summaryrefslogtreecommitdiff
path: root/src/gs-watcher-x11.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-03 02:05:32 +0100
committerZenWalker <[email protected]>2019-11-28 01:02:37 +0100
commit0f240b82d887ee9be6c62489c10548db028de7bb (patch)
tree4685b62ddaaea642500aa83daede024e000e9bdc /src/gs-watcher-x11.c
parentf941ba280dda69e2370c87d257aa664998b12b27 (diff)
downloadmate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.bz2
mate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'src/gs-watcher-x11.c')
-rw-r--r--src/gs-watcher-x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gs-watcher-x11.c b/src/gs-watcher-x11.c
index eac7859..58ea07e 100644
--- a/src/gs-watcher-x11.c
+++ b/src/gs-watcher-x11.c
@@ -37,8 +37,6 @@
#include "gs-marshal.h"
#include "gs-debug.h"
-static void gs_watcher_class_init (GSWatcherClass *klass);
-static void gs_watcher_init (GSWatcher *watcher);
static void gs_watcher_finalize (GObject *object);
static gboolean watchdog_timer (GSWatcher *watcher);