summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/verbs.cpp')
-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());