Skip to content

Commit 7b7d4cb

Browse files
author
homann
committed
Cleaned up unused member
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7797 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 32d6a71 commit 7b7d4cb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/plugins/north_arrow/plugin.h

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ class QgsNorthArrowPlugin:public QObject, public QgisPlugin
8989
// The placement index and translated text
9090
int mPlacementIndex;
9191
QStringList mPlacementLabels;
92-
//! Pointer to our toolbar
93-
QToolBar *toolBarPointer;
9492
//! Pointer to the QGIS interface object
9593
QgisInterface *qGisInterface;
9694
//! Pointer to the QAction object used in the menu and toolbar

src/plugins/scale_bar/plugin.h

-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ class QgsScaleBarPlugin:public QObject, public QgisPlugin
9797
//! The scale bar colour
9898
QColor mColour;
9999

100-
//! Pointer to our toolbar
101-
QToolBar *toolBarPointer;
102100
//! Pointer to the QGIS interface object
103101
QgisInterface *qGisInterface;
104102
//! Pointer to the QAction object used in the menu and toolbar

0 commit comments

Comments
 (0)