main: Remove unused compat argument
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 6 Aug 2012 16:34:06 +0000 (18:34 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 7 Aug 2012 07:36:42 +0000 (10:36 +0300)
src/main.c

index 5c206e7..eeb2e58 100644 (file)
@@ -330,7 +330,6 @@ static gchar *option_noplugin = NULL;
 static gchar *option_wifi = NULL;
 static gboolean option_detach = TRUE;
 static gboolean option_dnsproxy = TRUE;
-static gboolean option_compat = FALSE;
 static gboolean option_version = FALSE;
 
 static gboolean parse_debug(const char *key, const char *value,
@@ -364,8 +363,6 @@ static GOptionEntry options[] = {
        { "nodnsproxy", 'r', G_OPTION_FLAG_REVERSE,
                                G_OPTION_ARG_NONE, &option_dnsproxy,
                                "Don't enable DNS Proxy" },
-       { "compat", 'c', 0, G_OPTION_ARG_NONE, &option_compat,
-                               "(obsolete)" },
        { "version", 'v', 0, G_OPTION_ARG_NONE, &option_version,
                                "Show version information and exit" },
        { NULL },