[cogl/wip/rib/introspection: 9/14] eglib: remove unused gpattern and gmarkup apis



commit 1347d724772ee0db212a8ae2b17d8fad3bc14741
Author: Robert Bragg <robert linux intel com>
Date:   Sun Feb 9 15:06:14 2014 +0000

    eglib: remove unused gpattern and gmarkup apis
    
    This simply removes a couple of eglib apis that aren't needed by Cogl
    and the corresponding tests.

 deps/eglib/src/Makefile.am  |    2 -
 deps/eglib/src/gmarkup.c    |  487 -------------------------------------------
 deps/eglib/src/gpattern.c   |  216 -------------------
 deps/eglib/test/Makefile.am |    2 -
 deps/eglib/test/markup.c    |  234 ---------------------
 deps/eglib/test/pattern.c   |   61 ------
 deps/eglib/test/tests.h     |   10 +-
 7 files changed, 3 insertions(+), 1009 deletions(-)
---
diff --git a/deps/eglib/src/Makefile.am b/deps/eglib/src/Makefile.am
index 2efca84..a5f6744 100644
--- a/deps/eglib/src/Makefile.am
+++ b/deps/eglib/src/Makefile.am
@@ -49,8 +49,6 @@ libeglib_la_SOURCES = \
        gspawn.c        \
        gfile.c         \
        gfile-posix.c   \
-       gpattern.c      \
-       gmarkup.c       \
        gutf8.c         \
        gunicode.c      \
        unicode-data.h  \
diff --git a/deps/eglib/test/Makefile.am b/deps/eglib/test/Makefile.am
index 14aa233..024af90 100644
--- a/deps/eglib/test/Makefile.am
+++ b/deps/eglib/test/Makefile.am
@@ -20,9 +20,7 @@ SOURCES = \
        spawn.c         \
        timer.c         \
        file.c          \
-       pattern.c       \
        dir.c           \
-       markup.c        \
        unicode.c       \
        utf8.c          \
        endian.c        \
diff --git a/deps/eglib/test/tests.h b/deps/eglib/test/tests.h
index fdca395..6f00d8c 100644
--- a/deps/eglib/test/tests.h
+++ b/deps/eglib/test/tests.h
@@ -15,17 +15,15 @@ DEFINE_TEST_GROUP_INIT_H(shell_tests_init);
 DEFINE_TEST_GROUP_INIT_H(spawn_tests_init);
 DEFINE_TEST_GROUP_INIT_H(timer_tests_init);
 DEFINE_TEST_GROUP_INIT_H(file_tests_init);
-DEFINE_TEST_GROUP_INIT_H(pattern_tests_init);
 DEFINE_TEST_GROUP_INIT_H(dir_tests_init);
-DEFINE_TEST_GROUP_INIT_H(markup_tests_init);
 DEFINE_TEST_GROUP_INIT_H(unicode_tests_init);
 DEFINE_TEST_GROUP_INIT_H(utf8_tests_init);
 DEFINE_TEST_GROUP_INIT_H(endian_tests_init);
 DEFINE_TEST_GROUP_INIT_H(module_tests_init);
 DEFINE_TEST_GROUP_INIT_H(memory_tests_init);
 
-static Group test_groups [] = {        
-       {"string",    string_tests_init}, 
+static Group test_groups [] = {
+       {"string",    string_tests_init},
        {"strutil",   strutil_tests_init},
        {"ptrarray",  ptrarray_tests_init},
        {"slist",     slist_tests_init},
@@ -37,8 +35,7 @@ static Group test_groups [] = {
        {"queue",     queue_tests_init},
        {"path",      path_tests_init},
        {"shell",     shell_tests_init},
-       {"markup",    markup_tests_init},
-#if !DISABLE_PROCESS_TESTS 
+#if !DISABLE_PROCESS_TESTS
        {"spawn",     spawn_tests_init},
        {"module",    module_tests_init},
 #endif
@@ -46,7 +43,6 @@ static Group test_groups [] = {
        {"file",      file_tests_init},
 #endif
        {"timer",     timer_tests_init},
-       {"pattern",   pattern_tests_init},
        {"dir",       dir_tests_init},
        {"unicode",   unicode_tests_init},
        {"utf8",      utf8_tests_init},


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