summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/effect.h')
-rw-r--r--src/extension/effect.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h
index 28ebc5d96..61a826ad4 100644
--- a/src/extension/effect.h
+++ b/src/extension/effect.h
@@ -53,9 +53,7 @@ class Effect : public Extension {
back to the effect that created it. */
class EffectVerb : public Inkscape::Verb {
private:
- static void perform (SPAction * action, void * mydata, void * otherdata);
- /** \brief Function to call for specific actions */
- static SPActionEventVector vector;
+ static void perform (SPAction * action, void * mydata);
/** \brief The effect that this verb represents. */
Effect * _effect;