--- a/src/gsharelib/consts.cs.in.old	2008-01-05 07:04:15.000000000 +0100
+++ b/src/gsharelib/consts.cs.in	2008-01-05 07:04:24.000000000 +0100
@@ -170,13 +170,6 @@
 
         }
 
-        public static void InvokeLater(EventHandler code)
-        {
-            Thread thread = new Thread(new ThreadStart(code));
-            thread.IsBackground = true;
-            thread.Start();
-        }
-        
         public delegate void BackgroundTask();
         
         public static void InvokeLater(BackgroundTask code)
