Skip to content

Commit 72b55b7

Browse files
committedMay 29, 2016
[Globe] Remove remaining traces of osg sip bindings
1 parent 8e5b28f commit 72b55b7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
 

‎src/plugins/globe/python/globe.sip

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
%Import gui/gui.sip
55
%Import core/core.sip
66

7-
//%Import osgEarth/Symbology/Symbology.sip
8-
//%Import osgEarth/Features/Features.sip
9-
10-
%Import osg/osg/osg.sip
11-
%Import osg/osgViewer/osgViewer.sip
12-
137
%Module(name=qgis.globe,
148
version=0,
159
keyword_arguments="Optional")

‎src/plugins/globe/python/qgsglobeinterface.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class QgsGlobeInterface : QObject
3333

3434

3535
public:
36-
osgViewer::Viewer* osgViewer();
36+
// osgViewer::Viewer* osgViewer();
3737
// osgEarth::MapNode* mapNode();
3838
void syncExtent();
3939
void enableFrustumHighlight( bool status );

0 commit comments

Comments
 (0)
Please sign in to comment.