summaryrefslogtreecommitdiff
path: root/libslab/shell-window.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-28 09:47:32 +0100
committerZenWalker <[email protected]>2019-12-05 20:27:03 +0100
commit789397d8b128ec71dba2ada93caf7f54fd260330 (patch)
treea93169eae3447f74be0c1dbc03ae9d1641cfa4ae /libslab/shell-window.c
parent72355b4ee4accf589a0c87796ccfe01bb63eea9f (diff)
downloadmate-control-center-789397d8b128ec71dba2ada93caf7f54fd260330.tar.bz2
mate-control-center-789397d8b128ec71dba2ada93caf7f54fd260330.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'libslab/shell-window.c')
-rw-r--r--libslab/shell-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libslab/shell-window.c b/libslab/shell-window.c
index b27cb5d8..446529e3 100644
--- a/libslab/shell-window.c
+++ b/libslab/shell-window.c
@@ -25,8 +25,6 @@
#include "app-resizer.h"
-static void shell_window_class_init (ShellWindowClass *);
-static void shell_window_init (ShellWindow *);
static void shell_window_handle_size_request (GtkWidget * widget, GtkRequisition * requisition,
AppShellData * data);