diff options
author | Pablo Barciela <[email protected]> | 2019-11-03 02:05:32 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-28 01:02:37 +0100 |
commit | 0f240b82d887ee9be6c62489c10548db028de7bb (patch) | |
tree | 4685b62ddaaea642500aa83daede024e000e9bdc /src/copy-theme-dialog.c | |
parent | f941ba280dda69e2370c87d257aa664998b12b27 (diff) | |
download | mate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.bz2 mate-screensaver-0f240b82d887ee9be6c62489c10548db028de7bb.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'src/copy-theme-dialog.c')
-rw-r--r-- | src/copy-theme-dialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ -32,10 +32,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 single_copy_complete (GObject *source_object, GAsyncResult *res, |