[atomix/wip/gtk3-port] Removed level-convert



commit dd01564e9ff9b56506993fe0f4440d343f72527e
Author: Robert Roth <robert roth off gmail com>
Date:   Sun Jan 11 13:31:17 2015 +0200

    Removed level-convert
    
    Removed level-convert as the map format conversion is complete since
    a long time, so we don't need level-convert anymore.

 src/Makefile.am     |   13 +-
 src/level-convert.c |  665 ---------------------------------------------------
 2 files changed, 1 insertions(+), 677 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 917a340..521aa0f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir) \
 
 bin_PROGRAMS = atomix
 
-noinst_PROGRAMS = pf-test level-convert
+noinst_PROGRAMS = pf-test
 
 atomix_SOURCES = \
        main.c main.h \
@@ -51,16 +51,5 @@ pf_test_LDADD = \
        -L$(top_builddir)/src \
        $(ATOMIX_LIBS)
 
-level_convert_SOURCES = \
-       playfield.h playfield.c \
-       tile.c tile.h \
-       level.c level.h \
-       level-convert.c \
-       theme.c theme.h
-
-level_convert_LDADD = \
-       -L$(top_builddir)/src \
-       $(ATOMIX_LIBS)
-
 EXTRA_DIST = $(ui_DATA)
 


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