summaryrefslogtreecommitdiff
path: root/src/gpm-prefs.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-06 17:33:12 +0100
committerZenWalker <[email protected]>2020-03-03 10:43:17 +0100
commit6444fac00d01ad65db5efa4fea5fd1df189c0fe3 (patch)
tree7f4a0e672f3c7889b0f8e943ff62590df0f0a912 /src/gpm-prefs.c
parent770aff7cfae9822209e6bf45071c7473e628f7dd (diff)
downloadmate-power-manager-6444fac00d01ad65db5efa4fea5fd1df189c0fe3.tar.bz2
mate-power-manager-6444fac00d01ad65db5efa4fea5fd1df189c0fe3.tar.xz
Remove warnings: unused variable
Diffstat (limited to 'src/gpm-prefs.c')
-rw-r--r--src/gpm-prefs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpm-prefs.c b/src/gpm-prefs.c
index 4785cc0..096660f 100644
--- a/src/gpm-prefs.c
+++ b/src/gpm-prefs.c
@@ -67,7 +67,6 @@ main (int argc, char **argv)
gboolean verbose = FALSE;
GOptionContext *context;
GpmPrefs *prefs = NULL;
- gboolean ret;
GtkApplication *app;
GtkWidget *window;
gint status;