Skip to content
Permalink
Browse files
remove unecessary message bar item
  • 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.
@@ -14,7 +14,6 @@
***************************************************************************/

#include "qgsmaptooledit.h"
#include "qgsmessagebar.h"
#include "qgsproject.h"
#include "qgsmapcanvas.h"
#include "qgsrubberband.h"
@@ -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

0 comments on commit b7b1931

Please sign in to comment.