diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-20 06:10:22 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-20 06:10:22 +0000 |
| commit | 9c68d1b8609e4e2abc87bbb37b2258e2e2e8f046 (patch) | |
| tree | f2e34b48ac72a7f3e3d4748c2f0517292ed3e755 /src/ui/dialog/livepatheffect-editor.h | |
| parent | Updated Vietnamese translation (diff) | |
| download | inkscape-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.h | 3 |
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); }; |
