[gedit/wip/gtkapp: 197/197] Misc cleanup



commit e6ea7467bb11cfddce13528bf56ce54499f455fa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Nov 5 16:26:01 2012 +0100

    Misc cleanup

 gedit/gedit.c |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/gedit/gedit.c b/gedit/gedit.c
index cbd8f6a..aece162 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -2,7 +2,7 @@
  * gedit.c
  * This file is part of gedit
  *
- * Copyright (C) 2005 - Paolo Maggi 
+ * Copyright (C) 2005 - Paolo Maggi
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,9 +21,9 @@
  */
 
 /*
- * Modified by the gedit Team, 2005. See the AUTHORS file for a 
+ * Modified by the gedit Team, 2005. See the AUTHORS file for a
  * list of people on the gedit Team.  
- * See the ChangeLog files for a list of changes. 
+ * See the ChangeLog files for a list of changes.
  *
  * $Id$
  */
@@ -42,11 +42,6 @@ main (int argc, char *argv[])
 	GeditApp *app;
 	gint status;
 
-#ifndef ENABLE_GVFS_METADATA
-	const gchar *cache_dir;
-	gchar *metadata_filename;
-#endif
-
 	app = gedit_app_get_default ();
 	status = g_application_run (G_APPLICATION (app), argc, argv);
 



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