diff options
| author | Ted Gould <ted@gould.cx> | 2007-07-03 03:48:05 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-07-03 03:48:05 +0000 |
| commit | 26ee30d52e3ca1312ea3645caa91d777c779f282 (patch) | |
| tree | 77fb99ead4dfd3f61a5444508b4143c233748a48 /src/extension/effect.cpp | |
| parent | r15702@tres: ted | 2007-07-02 15:17:48 -0700 (diff) | |
| download | inkscape-26ee30d52e3ca1312ea3645caa91d777c779f282.tar.gz inkscape-26ee30d52e3ca1312ea3645caa91d777c779f282.zip | |
r15703@tres: ted | 2007-07-02 15:27:14 -0700
Removing a check that needlessly exited if there was no GUI to display.
It is now removed so those extensions only show the working dialog.
(bzr r3162)
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index f2f1a0295..4042a6dcb 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -416,10 +416,6 @@ Effect::prefs (Inkscape::UI::View::View * doc) Gtk::Widget * controls; controls = imp->prefs_effect(this, doc, &changeSignal); - if (controls == NULL) { - // std::cout << "No preferences for Effect" << std::endl; - return true; - } ExecutionEnv executionEnv(this, doc, controls); changeSignal.connect(sigc::mem_fun(executionEnv, &ExecutionEnv::preferencesChange)); |
