[gnome-terminal] server: Fix a compiler warning



commit b044d6f5877c958818b1b465db30cdf1f40a99b4
Author: Christian Persch <chpe gnome org>
Date:   Mon Dec 10 17:54:38 2012 +0100

    server: Fix a compiler warning

 src/terminal-app.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-app.c b/src/terminal-app.c
index 81ec213..442aed1 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -1177,7 +1177,6 @@ terminal_app_startup (GApplication *application)
     { "about",       app_menu_about_cb,         NULL, NULL, NULL }
   };
 
-  TerminalApp *app = TERMINAL_APP (application);
   GtkBuilder *builder;
   GError *error = NULL;
   gboolean shell_shows_app_menu;



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