gnome-terminal r2763 - trunk/src



Author: chpe
Date: Thu May 29 19:51:57 2008
New Revision: 2763
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2763&view=rev

Log:
emove unused include.


Modified:
   trunk/src/terminal-app.c
   trunk/src/terminal-profile.h

Modified: trunk/src/terminal-app.c
==============================================================================
--- trunk/src/terminal-app.c	(original)
+++ trunk/src/terminal-app.c	Thu May 29 19:51:57 2008
@@ -44,6 +44,8 @@
 #include <time.h>
 #include <gdk/gdkx.h>
 
+#define FALLBACK_PROFILE_ID "Default"
+
 /* Settings storage works as follows:
  *   /apps/gnome-terminal/global/
  *   /apps/gnome-terminal/profiles/Foo/

Modified: trunk/src/terminal-profile.h
==============================================================================
--- trunk/src/terminal-profile.h	(original)
+++ trunk/src/terminal-profile.h	Thu May 29 19:51:57 2008
@@ -23,12 +23,9 @@
 #define TERMINAL_PROFILE_H
 
 #include <gtk/gtk.h>
-#include <vte/vte.h>
 
 G_BEGIN_DECLS
 
-#define FALLBACK_PROFILE_ID   "Default"
-
 typedef enum
 {
   /* this has to be kept in sync with the option menu in the profile editor UI file */



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