diff options
Diffstat (limited to 'src/gs-grab-x11.c')
-rw-r--r-- | src/gs-grab-x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |