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/copy-theme-dialog.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/copy-theme-dialog.c') diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c index 8b4d9b9..816d789 100644 --- a/src/copy-theme-dialog.c +++ b/src/copy-theme-dialog.c @@ -31,10 +31,6 @@ #include "copy-theme-dialog.h" -static void -copy_theme_dialog_class_init (CopyThemeDialogClass *klass); -static void -copy_theme_dialog_init (CopyThemeDialog *dlg); static void add_file_to_dialog (gpointer data, gpointer user_data); static void -- cgit v1.2.1