diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-04-02 16:53:34 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-04-02 16:53:34 +0000 |
| commit | ba034a786957d33d5bc554d337208f68e4c1976e (patch) | |
| tree | ac4da4f4ad436f049fa7471e2dc4e2f40231a18a /src/verbs.cpp | |
| parent | Fix crash on copying orphaned clones (diff) | |
| download | inkscape-ba034a786957d33d5bc554d337208f68e4c1976e.tar.gz inkscape-ba034a786957d33d5bc554d337208f68e4c1976e.zip | |
Remove unused variable warnings.
(bzr r14760)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
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()); |
