From 0f240b82d887ee9be6c62489c10548db028de7bb Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 3 Nov 2019 02:05:32 +0100 Subject: avoid redundant redeclarations --- src/gs-grab-x11.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gs-grab-x11.c') diff --git a/src/gs-grab-x11.c b/src/gs-grab-x11.c index 4330c76..689c519 100644 --- a/src/gs-grab-x11.c +++ b/src/gs-grab-x11.c @@ -33,8 +33,6 @@ #include "gs-grab.h" #include "gs-debug.h" -static void gs_grab_class_init (GSGrabClass *klass); -static void gs_grab_init (GSGrab *grab); static void gs_grab_finalize (GObject *object); static gpointer grab_object = NULL; -- cgit v1.2.1