From cb23040230f72118a514e5550f754cb470c0b153 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 7 May 2011 14:51:36 +0200 Subject: New upstream version 3.0.1 --- src/ka-dialog.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/ka-dialog.c') diff --git a/src/ka-dialog.c b/src/ka-dialog.c index 5bc8678..fffd2fd 100644 --- a/src/ka-dialog.c +++ b/src/ka-dialog.c @@ -1076,7 +1076,7 @@ main (int argc, char *argv[]) GOptionContext *context; GError *error = NULL; - gboolean run_auto = FALSE, run_always = FALSE; + gboolean run_auto = FALSE; const char *help_msg = "Run '" PACKAGE @@ -1084,9 +1084,6 @@ main (int argc, char *argv[]) const GOptionEntry options[] = { {"auto", 'a', 0, G_OPTION_ARG_NONE, &run_auto, "Only run if an initialized ccache is found", NULL}, - /* accepted for compatibility only */ - {"always", 'A', 0, G_OPTION_ARG_NONE, &run_always, - "Always run (default)", NULL}, {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL} }; GFileMonitor *monitor = NULL; -- cgit