diff options
author | Pablo Barciela <[email protected]> | 2019-11-28 09:47:32 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-12-05 20:27:03 +0100 |
commit | 789397d8b128ec71dba2ada93caf7f54fd260330 (patch) | |
tree | a93169eae3447f74be0c1dbc03ae9d1641cfa4ae /libslab/shell-window.c | |
parent | 72355b4ee4accf589a0c87796ccfe01bb63eea9f (diff) | |
download | mate-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.c | 2 |
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); |