File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,6 @@ class QgsNorthArrowPlugin:public QObject, public QgisPlugin
89
89
// The placement index and translated text
90
90
int mPlacementIndex ;
91
91
QStringList mPlacementLabels ;
92
- // ! Pointer to our toolbar
93
- QToolBar *toolBarPointer;
94
92
// ! Pointer to the QGIS interface object
95
93
QgisInterface *qGisInterface;
96
94
// ! Pointer to the QAction object used in the menu and toolbar
Original file line number Diff line number Diff line change @@ -97,8 +97,6 @@ class QgsScaleBarPlugin:public QObject, public QgisPlugin
97
97
// ! The scale bar colour
98
98
QColor mColour ;
99
99
100
- // ! Pointer to our toolbar
101
- QToolBar *toolBarPointer;
102
100
// ! Pointer to the QGIS interface object
103
101
QgisInterface *qGisInterface;
104
102
// ! Pointer to the QAction object used in the menu and toolbar
You can’t perform that action at this time.
0 commit comments