[gnome-autoar/gnome-3-22] AutoarCompressor, AutoarExtractor: remove redundant declaration



commit dad5bf899c4fe5f3dfa1a9b3ffb3f02eab8c30d8
Author: Razvan Chitu <razvan ch95 gmail com>
Date:   Fri Aug 26 14:21:25 2016 +0300

    AutoarCompressor, AutoarExtractor: remove redundant declaration
    
    The type getters were mistakenly redeclared in the header files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770437

 gnome-autoar/autoar-compressor.h |    2 --
 gnome-autoar/autoar-extractor.h  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gnome-autoar/autoar-compressor.h b/gnome-autoar/autoar-compressor.h
index 7ebc4d5..784ab54 100644
--- a/gnome-autoar/autoar-compressor.h
+++ b/gnome-autoar/autoar-compressor.h
@@ -48,8 +48,6 @@ G_DECLARE_FINAL_TYPE (AutoarCompressor, autoar_compressor, AUTOAR, COMPRESSOR, G
 
 GQuark             autoar_compressor_quark                          (void);
 
-GType              autoar_compressor_get_type                       (void) G_GNUC_CONST;
-
 AutoarCompressor * autoar_compressor_new                            (GList        *source_files,
                                                                      GFile        *output_file,
                                                                      AutoarFormat  format,
diff --git a/gnome-autoar/autoar-extractor.h b/gnome-autoar/autoar-extractor.h
index bfafffe..48b71df 100644
--- a/gnome-autoar/autoar-extractor.h
+++ b/gnome-autoar/autoar-extractor.h
@@ -46,8 +46,6 @@ G_DECLARE_FINAL_TYPE (AutoarExtractor, autoar_extractor, AUTOAR, EXTRACTOR, GObj
 
 GQuark           autoar_extractor_quark                       (void);
 
-GType            autoar_extractor_get_type                    (void) G_GNUC_CONST;
-
 AutoarExtractor *autoar_extractor_new                         (GFile *source_file,
                                                                GFile *output_file);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]