[evolution] Remove left-over ORBit2 calls on windows



commit 087a8cbc5a9f803b9957d094c04a1a472096653f
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Fri Mar 5 21:49:40 2010 +0100

    Remove left-over ORBit2 calls on windows

 shell/main.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index 72e9aed..29affc8 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -449,10 +449,6 @@ create_default_shell (void)
 	return shell;
 }
 
-#ifdef G_OS_WIN32
-extern void link_shutdown (void);
-#endif
-
 gint
 main (gint argc, gchar **argv)
 {
@@ -620,9 +616,5 @@ main (gint argc, gchar **argv)
 
 	gtk_accel_map_save (e_get_accels_filename ());
 
-#ifdef G_OS_WIN32
-	link_shutdown ();
-#endif
-
 	return 0;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]