From: gouldtj Date: Wed, 27 Jun 2007 06:56:47 +0000 (+0000) Subject: r15700@tres: ted | 2007-06-26 23:54:54 -0700 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=23a65bd19173e582caa25ed0c4244e9d3d9236a4;p=inkscape.git r15700@tres: ted | 2007-06-26 23:54:54 -0700 Fixing an SVK push error. --- 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 _channel; - Glib::RefPtr _main_loop; - -public: - file_listener () { }; - ~file_listener () { - _conn.disconnect(); - }; /** \brief This function creates a script object and sets up the variables.