summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-09-26 12:21:26 +0000
committertavmjong-free <tavmjong@free.fr>2016-09-26 12:21:26 +0000
commitf2dd0550fc1a2d4deac985d28055f305b3ad7f64 (patch)
treea448300ae087cb501878ceb9a4e8f16a1007a2d9 /src
parentFix undo/redo for mesh gradients. (diff)
downloadinkscape-f2dd0550fc1a2d4deac985d28055f305b3ad7f64.tar.gz
inkscape-f2dd0550fc1a2d4deac985d28055f305b3ad7f64.zip
Remove unused variable.
(bzr r15136)
Diffstat (limited to 'src')
-rw-r--r--src/ui/tools/mesh-tool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/mesh-tool.cpp b/src/ui/tools/mesh-tool.cpp
index 168e26b4c..763685a0c 100644
--- a/src/ui/tools/mesh-tool.cpp
+++ b/src/ui/tools/mesh-tool.cpp
@@ -459,7 +459,6 @@ bool MeshTool::root_handler(GdkEvent* event) {
if ( event->button.button == 1 ) {
// Are we over a mesh line?
bool over_line = false;
- SPCtrlCurve *line = NULL;
if (! drag->lines.empty()) {
for (std::vector<SPCtrlLine *>::const_iterator l = drag->lines.begin(); l != drag->lines.end() && (!over_line); ++l) {