Cosmetic: Removed dead code.
authorshort <>
Sat, 6 Dec 2003 14:02:24 +0000 (14:02 +0000)
committershort <>
Sat, 6 Dec 2003 14:02:24 +0000 (14:02 +0000)
src/client/cmdline/main.c

index 1d3a9b3..c6b263b 100644 (file)
@@ -230,8 +230,6 @@ gboolean errvfsresult_to_gerr(GError **errp,GnomeVFSResult errvfsresult)
        return FALSE;
 }
 
-static GIOChannel *main_giochannel;
-
 void main_exit(void) G_GNUC_NORETURN;
 void main_exit(void)
 {
@@ -239,10 +237,6 @@ void main_exit(void)
                g_object_unref(cmdline_captive_vfs_object);
                cmdline_captive_vfs_object=NULL;
                }
-       if (main_giochannel) {
-               g_io_channel_unref(main_giochannel);
-               main_giochannel=NULL;
-               }
        exit(EXIT_SUCCESS);
 }