[gnome-panel] panel: Drop hidden --profile argument, used for < 2.10 compatibility



commit b9fc819b956319b6ae99fa13bf54c4f54d9e3a0e
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Mar 23 10:55:24 2011 +0100

    panel: Drop hidden --profile argument, used for < 2.10 compatibility

 gnome-panel/main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gnome-panel/main.c b/gnome-panel/main.c
index e6a0d56..2b1b32f 100644
--- a/gnome-panel/main.c
+++ b/gnome-panel/main.c
@@ -38,13 +38,10 @@
 GSList *panels = NULL;
 GSList *panel_list = NULL;
 
-static char     *deprecated_profile;
 static gboolean  replace = FALSE;
 
 static const GOptionEntry options[] = {
   { "replace", 0, 0, G_OPTION_ARG_NONE, &replace, N_("Replace a currently running panel"), NULL },
-  /* keep this for compatibilty with old GNOME < 2.10 */
-  { "profile", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &deprecated_profile, NULL, NULL },
   { NULL }
 };
 



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