From 0cad4dafb8f9ebd89fe56a8d35824349817c8229 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 6 Aug 2012 18:34:06 +0200 Subject: [PATCH] main: Remove unused compat argument --- src/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.c b/src/main.c index 5c206e7..eeb2e58 100644 --- a/src/main.c +++ b/src/main.c @@ -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 }, -- 2.7.4