summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-27 15:57:43 +0000
committerMartin Owens <doctormo@gmail.com>2018-09-27 15:57:43 +0000
commit717a26eb64c59d599cf76444371a4085bfffceb4 (patch)
tree0d4ff1f68111a41c9253664051c571b8f08e8430 /src/extension/effect.cpp
parentMake attrdialog use the new iconrenderer sigc++ signal (diff)
parentSP_ACTIVE_DESKTOP: check for NULL or eliminate (diff)
downloadinkscape-717a26eb64c59d599cf76444371a4085bfffceb4.tar.gz
inkscape-717a26eb64c59d599cf76444371a4085bfffceb4.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/extension/effect.cpp')
-rw-r--r--src/extension/effect.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp
index 1cf624ad0..c86bc5db1 100644
--- a/src/extension/effect.cpp
+++ b/src/extension/effect.cpp
@@ -13,7 +13,6 @@
#include "helper/action.h"
#include "ui/view/view.h"
-#include "desktop.h"
#include "implementation/implementation.h"
#include "effect.h"
#include "execution-env.h"
@@ -270,7 +269,6 @@ Effect::effect (Inkscape::UI::View::View * doc)
if (!loaded())
set_state(Extension::STATE_LOADED);
if (!loaded()) return;
- SPDesktop *desktop = SP_ACTIVE_DESKTOP;
ExecutionEnv executionEnv(this, doc);
execution_env = &executionEnv;
timer->lock();