summaryrefslogtreecommitdiff
path: root/src/gpm-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpm-prefs.c')
-rw-r--r--src/gpm-prefs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpm-prefs.c b/src/gpm-prefs.c
index 096660f..4d39aa1 100644
--- a/src/gpm-prefs.c
+++ b/src/gpm-prefs.c
@@ -31,7 +31,6 @@
#include <gtk/gtk.h>
#include "gpm-common.h"
-#include "egg-debug.h"
#include "gpm-prefs-core.h"
/**
@@ -64,7 +63,6 @@ gpm_prefs_activated_cb (GtkApplication *app, GpmPrefs *prefs)
int
main (int argc, char **argv)
{
- gboolean verbose = FALSE;
GOptionContext *context;
GpmPrefs *prefs = NULL;
GtkApplication *app;
@@ -72,8 +70,6 @@ main (int argc, char **argv)
gint status;
const GOptionEntry options[] = {
- { "verbose", '\0', 0, G_OPTION_ARG_NONE, &verbose,
- N_("Show extra debugging information"), NULL },
{ NULL}
};
@@ -88,8 +84,6 @@ main (int argc, char **argv)
g_option_context_add_group (context, gtk_get_option_group (FALSE));
g_option_context_parse (context, &argc, &argv, NULL);
- egg_debug_init (verbose);
-
gdk_init (&argc, &argv);
app = gtk_application_new("org.mate.PowerManager.Preferences", 0);