Skip to content

Commit

Permalink
Cleaned up unused member
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7797 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Dec 16, 2007
1 parent ece9d9b commit 02e8ac8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/plugins/north_arrow/plugin.h
Expand Up @@ -89,8 +89,6 @@ class QgsNorthArrowPlugin:public QObject, public QgisPlugin
// The placement index and translated text
int mPlacementIndex;
QStringList mPlacementLabels;
//! Pointer to our toolbar
QToolBar *toolBarPointer;
//! Pointer to the QGIS interface object
QgisInterface *qGisInterface;
//! Pointer to the QAction object used in the menu and toolbar
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/scale_bar/plugin.h
Expand Up @@ -97,8 +97,6 @@ class QgsScaleBarPlugin:public QObject, public QgisPlugin
//! The scale bar colour
QColor mColour;

//! Pointer to our toolbar
QToolBar *toolBarPointer;
//! Pointer to the QGIS interface object
QgisInterface *qGisInterface;
//! Pointer to the QAction object used in the menu and toolbar
Expand Down

0 comments on commit 02e8ac8

Please sign in to comment.