mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Remove BillboardOverlay::replyFinished()
This commit is contained in:
parent
efd383d269
commit
1f24658f67
2 changed files with 0 additions and 6 deletions
|
@ -186,9 +186,6 @@ void BillboardOverlay::setBillboardURL(const QString& url) {
|
|||
_isLoaded = false;
|
||||
}
|
||||
|
||||
void BillboardOverlay::replyFinished() {
|
||||
}
|
||||
|
||||
bool BillboardOverlay::findRayIntersection(const glm::vec3& origin, const glm::vec3& direction,
|
||||
float& distance, BoxFace& face) {
|
||||
|
||||
|
|
|
@ -40,9 +40,6 @@ public:
|
|||
|
||||
virtual BillboardOverlay* createClone() const;
|
||||
|
||||
private slots:
|
||||
void replyFinished();
|
||||
|
||||
private:
|
||||
void setBillboardURL(const QString& url);
|
||||
|
||||
|
|
Loading…
Reference in a new issue