Skip to content

Commit

Permalink
remove unecessary message bar item
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 17, 2014
1 parent f32c051 commit b7b1931
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/app/qgsmaptooledit.cpp
Expand Up @@ -14,7 +14,6 @@
***************************************************************************/

#include "qgsmaptooledit.h"
#include "qgsmessagebar.h"
#include "qgsproject.h"
#include "qgsmapcanvas.h"
#include "qgsrubberband.h"
Expand Down
3 changes: 0 additions & 3 deletions src/app/qgsmaptooledit.h
Expand Up @@ -36,9 +36,6 @@ class APP_EXPORT QgsMapToolEdit: public QgsMapTool
and applies it to the map canvas*/
QgsMapCanvasSnapper mSnapper;

/**keeps trace of last displayed message*/
QgsMessageBarItem* mMessageItem;

/**Inserts vertices to the snapped segments of the editing layer.
This is useful for topological editing if snap to segment is enabled.
@param snapResults results collected from the snapping operation
Expand Down

0 comments on commit b7b1931

Please sign in to comment.