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/app-resizer.c | |
parent | 72355b4ee4accf589a0c87796ccfe01bb63eea9f (diff) | |
download | mate-control-center-789397d8b128ec71dba2ada93caf7f54fd260330.tar.bz2 mate-control-center-789397d8b128ec71dba2ada93caf7f54fd260330.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'libslab/app-resizer.c')
-rw-r--r-- | libslab/app-resizer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libslab/app-resizer.c b/libslab/app-resizer.c index 00c0cd2a..e53132fc 100644 --- a/libslab/app-resizer.c +++ b/libslab/app-resizer.c @@ -23,8 +23,6 @@ #include "app-shell.h" #include "app-resizer.h" -static void app_resizer_class_init (AppResizerClass *); -static void app_resizer_init (AppResizer *); static void app_resizer_size_allocate (GtkWidget * resizer, GtkAllocation * allocation); static gboolean app_resizer_paint_window (GtkWidget * widget, cairo_t * cr, AppShellData * app_data); |