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-window-x11.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gs-window-x11.c') 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 #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); -- cgit v1.2.1