summaryrefslogtreecommitdiff
path: root/src/gs-window-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-window-x11.c
parentf941ba280dda69e2370c87d257aa664998b12b27 (diff)
downloadmate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.bz2
mate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'src/gs-window-x11.c')
-rw-r--r--src/gs-window-x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index 723c162..3805e6f 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.c
@@ -41,8 +41,6 @@
#include <X11/extensions/shape.h>
#endif
-static void gs_window_class_init (GSWindowClass *klass);
-static void gs_window_init (GSWindow *window);
static void gs_window_finalize (GObject *object);
static gboolean popup_dialog_idle (GSWindow *window);