summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2016-04-02 16:53:34 +0000
committerMartin Owens <doctormo@gmail.com>2016-04-02 16:53:34 +0000
commitba034a786957d33d5bc554d337208f68e4c1976e (patch)
treeac4da4f4ad436f049fa7471e2dc4e2f40231a18a /src
parentFix crash on copying orphaned clones (diff)
downloadinkscape-ba034a786957d33d5bc554d337208f68e4c1976e.tar.gz
inkscape-ba034a786957d33d5bc554d337208f68e4c1976e.zip
Remove unused variable warnings.
(bzr r14760)
Diffstat (limited to 'src')
-rw-r--r--src/verbs.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index b665d6c27..7b128c172 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -952,10 +952,6 @@ void EditVerb::perform(SPAction *action, void *data)
g_return_if_fail(ensure_desktop_valid(action));
SPDesktop *dt = sp_action_get_desktop(action);
- SPDocument *doc = dt->getDocument();
-
- Inkscape::XML::Node *repr = dt->namedview->getRepr();
-
switch (reinterpret_cast<std::size_t>(data)) {
case SP_VERB_EDIT_UNDO:
sp_undo(dt, dt->getDocument());