1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OSGEarth: Remove function definition without implementation.

This commit is contained in:
James Cotton 2012-09-25 13:24:08 -05:00
parent 7d8c61d33d
commit f77df97699

View File

@ -126,9 +126,6 @@ public slots:
signals:
void frameReady();
private slots:
void updateFBO();
private:
enum { FboCount = 3 };
OsgEarthItem *m_item;