Code

r15700@tres: ted | 2007-06-26 23:54:54 -0700
authorgouldtj <gouldtj@users.sourceforge.net>
Wed, 27 Jun 2007 06:56:47 +0000 (06:56 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Wed, 27 Jun 2007 06:56:47 +0000 (06:56 +0000)
 Fixing an SVK push error.

src/extension/implementation/script.cpp

index 641394f535a5b5b6f8b1f18108c0c49a3231cdf8..826da0b8e2fe5f2ac83504a6db90fe33cf060430 100644 (file)
@@ -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.