diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:56:47 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:56:47 +0000 |
| commit | 9889df878660616f15c4c2f0f1878e56e731dd48 (patch) | |
| tree | 4b4126d02771d3090f8d1610281d5a92fae46a51 /src/extension/implementation/script.cpp | |
| parent | use an accessor method to get filter from style (diff) | |
| download | inkscape-9889df878660616f15c4c2f0f1878e56e731dd48.tar.gz inkscape-9889df878660616f15c4c2f0f1878e56e731dd48.zip | |
r15700@tres: ted | 2007-06-26 23:54:54 -0700
Fixing an SVK push error.
(bzr r3146)
Diffstat (limited to 'src/extension/implementation/script.cpp')
| -rw-r--r-- | src/extension/implementation/script.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 641394f53..826da0b8e 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -175,17 +175,6 @@ resolveInterpreterExecutable(const Glib::ustring &interpNameArg) } -class file_listener { - Glib::ustring _string; - sigc::connection _conn; - Glib::RefPtr<Glib::IOChannel> _channel; - Glib::RefPtr<Glib::MainLoop> _main_loop; - -public: - file_listener () { }; - ~file_listener () { - _conn.disconnect(); - }; /** \brief This function creates a script object and sets up the variables. |
