mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +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;
|
_isLoaded = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void BillboardOverlay::replyFinished() {
|
|
||||||
}
|
|
||||||
|
|
||||||
bool BillboardOverlay::findRayIntersection(const glm::vec3& origin, const glm::vec3& direction,
|
bool BillboardOverlay::findRayIntersection(const glm::vec3& origin, const glm::vec3& direction,
|
||||||
float& distance, BoxFace& face) {
|
float& distance, BoxFace& face) {
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,6 @@ public:
|
||||||
|
|
||||||
virtual BillboardOverlay* createClone() const;
|
virtual BillboardOverlay* createClone() const;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void replyFinished();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setBillboardURL(const QString& url);
|
void setBillboardURL(const QString& url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue