From 789397d8b128ec71dba2ada93caf7f54fd260330 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 28 Nov 2019 09:47:32 +0100 Subject: avoid redundant redeclarations --- libslab/app-resizer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libslab/app-resizer.c') 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); -- cgit v1.2.1