[gnome-autoar] general: remove AutoarPref
- From: Răzvan-Mihai Chițu <razvanchitu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] general: remove AutoarPref
- Date: Mon, 22 Aug 2016 09:45:42 +0000 (UTC)
commit 965a4ff231e4ef86159e5a1505a005e6df56eb47
Author: Razvan Chitu <razvan ch95 gmail com>
Date: Tue Aug 16 11:40:26 2016 +0300
general: remove AutoarPref
Since neither AutoarCreate or AutoarExtract use it anymore, AutoarPref can be
safely removed.
https://bugzilla.gnome.org/show_bug.cgi?id=768645
Makefile.am | 7 -
gnome-autoar/autoar-pref.c | 848 --------------------------------------------
gnome-autoar/autoar-pref.h | 118 ------
gnome-autoar/autoar.h | 1 -
4 files changed, 0 insertions(+), 974 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b4bcd57..2d6b552 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,6 @@ libgnome_autoar_la_headers = \
gnome-autoar/autoar-extractor.h \
gnome-autoar/autoar-format-filter.h \
gnome-autoar/autoar-misc.h \
- gnome-autoar/autoar-pref.h \
gnome-autoar/autoar-mime-types.h \
$(NULL)
libgnome_autoar_la_sources = \
@@ -34,7 +33,6 @@ libgnome_autoar_la_sources = \
gnome-autoar/autoar-extractor.c \
gnome-autoar/autoar-format-filter.c \
gnome-autoar/autoar-misc.c \
- gnome-autoar/autoar-pref.c \
gnome-autoar/autoar-mime-types.c \
$(NULL)
libgnome_autoar_la_private_files = \
@@ -188,7 +186,6 @@ EXTRA_DIST += $(gsettings_SCHEMAS)
noinst_PROGRAMS = \
tests/test-extract \
tests/test-extract-unit \
- tests/test-pref \
tests/test-create \
$(NULL)
@@ -211,10 +208,6 @@ tests_test_extract_unit_SOURCES = tests/test-extract-unit.c
tests_test_extract_unit_CFLAGS = $(test_cflags)
tests_test_extract_unit_LDADD = $(test_libs)
-tests_test_pref_SOURCES = tests/test-pref.c
-tests_test_pref_CFLAGS = $(test_cflags)
-tests_test_pref_LDADD = $(test_libs)
-
tests_test_create_SOURCES = tests/test-create.c
tests_test_create_CFLAGS = $(test_cflags)
tests_test_create_LDADD = $(test_libs)
diff --git a/gnome-autoar/autoar.h b/gnome-autoar/autoar.h
index f06ffae..c26ce29 100644
--- a/gnome-autoar/autoar.h
+++ b/gnome-autoar/autoar.h
@@ -28,6 +28,5 @@
#include <gnome-autoar/autoar-extractor.h>
#include <gnome-autoar/autoar-misc.h>
#include <gnome-autoar/autoar-mime-types.h>
-#include <gnome-autoar/autoar-pref.h>
#endif /* AUTOARCHIVE_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]