Skip to content

Commit b7b1931

Browse files
committed
remove unecessary message bar item
1 parent f32c051 commit b7b1931

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/app/qgsmaptooledit.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
***************************************************************************/
1515

1616
#include "qgsmaptooledit.h"
17-
#include "qgsmessagebar.h"
1817
#include "qgsproject.h"
1918
#include "qgsmapcanvas.h"
2019
#include "qgsrubberband.h"

src/app/qgsmaptooledit.h

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class APP_EXPORT QgsMapToolEdit: public QgsMapTool
3636
and applies it to the map canvas*/
3737
QgsMapCanvasSnapper mSnapper;
3838

39-
/**keeps trace of last displayed message*/
40-
QgsMessageBarItem* mMessageItem;
41-
4239
/**Inserts vertices to the snapped segments of the editing layer.
4340
This is useful for topological editing if snap to segment is enabled.
4441
@param snapResults results collected from the snapping operation

0 commit comments

Comments
 (0)