1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-29 remove OSGViewport hack

apparently not necessary anymore
This commit is contained in:
Philippe Renon 2015-12-09 08:20:44 +01:00
parent 7461159c69
commit 26a3df4715

View File

@ -93,11 +93,6 @@ public:
OsgEarth::initialize();
// workaround to avoid using GraphicsContext #0
if (!dummy.valid()) {
dummy = createGraphicsContext();
}
createViewer();
connect(quickItem, &OSGViewport::windowChanged, this, &Hidden::onWindowChanged);