From 23a65bd19173e582caa25ed0c4244e9d3d9236a4 Mon Sep 17 00:00:00 2001 From: gouldtj Date: Wed, 27 Jun 2007 06:56:47 +0000 Subject: [PATCH] r15700@tres: ted | 2007-06-26 23:54:54 -0700 Fixing an SVK push error. --- src/extension/implementation/script.cpp | 11 ----------- 1 file changed, 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 _channel; - Glib::RefPtr _main_loop; - -public: - file_listener () { }; - ~file_listener () { - _conn.disconnect(); - }; /** \brief This function creates a script object and sets up the variables. -- 2.30.2