summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-01-20 06:10:22 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-01-20 06:10:22 +0000
commit9c68d1b8609e4e2abc87bbb37b2258e2e2e8f046 (patch)
treef2e34b48ac72a7f3e3d4748c2f0517292ed3e755 /src/ui/dialog/livepatheffect-editor.h
parentUpdated Vietnamese translation (diff)
downloadinkscape-9c68d1b8609e4e2abc87bbb37b2258e2e2e8f046.tar.gz
inkscape-9c68d1b8609e4e2abc87bbb37b2258e2e2e8f046.zip
don't update LPE dialog when selection is modified. try 2
(bzr r4566)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.h')
-rw-r--r--src/ui/dialog/livepatheffect-editor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h
index 4f635ad51..dc96fc313 100644
--- a/src/ui/dialog/livepatheffect-editor.h
+++ b/src/ui/dialog/livepatheffect-editor.h
@@ -41,7 +41,6 @@ public:
private:
sigc::connection selection_changed_connection;
- sigc::connection selection_modified_connection;
void set_sensitize_all(bool sensitive);
@@ -65,8 +64,6 @@ private:
SPDesktop * current_desktop;
- LivePathEffect::Effect* currect_effect;
-
LivePathEffectEditor(LivePathEffectEditor const &d);
LivePathEffectEditor& operator=(LivePathEffectEditor const &d);
};