[gnome-autoar/wip/razvan/autoar-fixes: 2/4] AutoarCompressor, AutoarExtractor: remove redundant declaration
- From: Răzvan-Mihai Chițu <razvanchitu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar/wip/razvan/autoar-fixes: 2/4] AutoarCompressor, AutoarExtractor: remove redundant declaration
- Date: Fri, 26 Aug 2016 11:26:36 +0000 (UTC)
commit 62ef2e503dfee197ed337c385d1e9e3c05670fd8
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.
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]