Skip to content

Commit

Permalink
[Globe] Remove remaining traces of osg sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed May 29, 2016
1 parent 8e5b28f commit 72b55b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/plugins/globe/python/globe.sip
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
%Import gui/gui.sip
%Import core/core.sip

//%Import osgEarth/Symbology/Symbology.sip
//%Import osgEarth/Features/Features.sip

%Import osg/osg/osg.sip
%Import osg/osgViewer/osgViewer.sip

%Module(name=qgis.globe,
version=0,
keyword_arguments="Optional")
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/globe/python/qgsglobeinterface.sip
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class QgsGlobeInterface : QObject


public:
osgViewer::Viewer* osgViewer();
// osgViewer::Viewer* osgViewer();
// osgEarth::MapNode* mapNode();
void syncExtent();
void enableFrustumHighlight( bool status );
Expand Down

0 comments on commit 72b55b7

Please sign in to comment.