We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32c051 commit b7b1931Copy full SHA for b7b1931
src/app/qgsmaptooledit.cpp
@@ -14,7 +14,6 @@
14
***************************************************************************/
15
16
#include "qgsmaptooledit.h"
17
-#include "qgsmessagebar.h"
18
#include "qgsproject.h"
19
#include "qgsmapcanvas.h"
20
#include "qgsrubberband.h"
src/app/qgsmaptooledit.h
@@ -36,9 +36,6 @@ class APP_EXPORT QgsMapToolEdit: public QgsMapTool
36
and applies it to the map canvas*/
37
QgsMapCanvasSnapper mSnapper;
38
39
- /**keeps trace of last displayed message*/
40
- QgsMessageBarItem* mMessageItem;
41
-
42
/**Inserts vertices to the snapped segments of the editing layer.
43
This is useful for topological editing if snap to segment is enabled.
44
@param snapResults results collected from the snapping operation
0 commit comments