[Scummvm-cvs-logs] SF.net SVN: scummvm: [29338] tools/trunk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Oct 31 18:15:51 CET 2007
Revision: 29338
http://scummvm.svn.sourceforge.net/scummvm/?rev=29338&view=rev
Author: fingolfin
Date: 2007-10-31 10:15:51 -0700 (Wed, 31 Oct 2007)
Log Message:
-----------
Removed dead/obsolete code
Modified Paths:
--------------
tools/trunk/encode_dxa.cpp
tools/trunk/extract_loom_tg16.c
tools/trunk/extract_mm_apple.c
tools/trunk/extract_mm_c64.c
tools/trunk/extract_mm_nes.c
tools/trunk/extract_zak_c64.c
Modified: tools/trunk/encode_dxa.cpp
===================================================================
--- tools/trunk/encode_dxa.cpp 2007-10-31 13:59:59 UTC (rev 29337)
+++ tools/trunk/encode_dxa.cpp 2007-10-31 17:15:51 UTC (rev 29338)
@@ -25,7 +25,6 @@
#include "util.h"
#include <png.h>
-#include <zlib.h>
const uint32 typeDEXA = 0x41584544;
const uint32 typeFRAM = 0x4d415246;
Modified: tools/trunk/extract_loom_tg16.c
===================================================================
--- tools/trunk/extract_loom_tg16.c 2007-10-31 13:59:59 UTC (rev 29337)
+++ tools/trunk/extract_loom_tg16.c 2007-10-31 17:15:51 UTC (rev 29338)
@@ -26,10 +26,6 @@
#include <string.h>
#include "util.h"
-typedef int BOOL;
-#define TRUE 1
-#define FALSE 0
-
/* if defined, generates a set of .LFL files */
/* if not defined, dumps all resources to separate files */
#define MAKE_LFLS
Modified: tools/trunk/extract_mm_apple.c
===================================================================
--- tools/trunk/extract_mm_apple.c 2007-10-31 13:59:59 UTC (rev 29337)
+++ tools/trunk/extract_mm_apple.c 2007-10-31 17:15:51 UTC (rev 29338)
@@ -23,10 +23,6 @@
#include "util.h"
#include <stdarg.h>
-typedef int BOOL;
-#define TRUE 1
-#define FALSE 0
-
#ifdef _MSC_VER
#define vsnprintf _vsnprintf
#endif
Modified: tools/trunk/extract_mm_c64.c
===================================================================
--- tools/trunk/extract_mm_c64.c 2007-10-31 13:59:59 UTC (rev 29337)
+++ tools/trunk/extract_mm_c64.c 2007-10-31 17:15:51 UTC (rev 29338)
@@ -23,10 +23,6 @@
#include "util.h"
#include <stdarg.h>
-typedef int BOOL;
-#define TRUE 1
-#define FALSE 0
-
#ifdef _MSC_VER
#define vsnprintf _vsnprintf
#endif
Modified: tools/trunk/extract_mm_nes.c
===================================================================
--- tools/trunk/extract_mm_nes.c 2007-10-31 13:59:59 UTC (rev 29337)
+++ tools/trunk/extract_mm_nes.c 2007-10-31 17:15:51 UTC (rev 29338)
@@ -23,10 +23,6 @@
#include "util.h"
#include <stdarg.h>
-typedef int BOOL;
-#define TRUE 1
-#define FALSE 0
-
/* if defined, generates a set of .LFL files */
/* if not defined, dumps all resources to separate files */
#define MAKE_LFLS
Modified: tools/trunk/extract_zak_c64.c
===================================================================
--- tools/trunk/extract_zak_c64.c 2007-10-31 13:59:59 UTC (rev 29337)
+++ tools/trunk/extract_zak_c64.c 2007-10-31 17:15:51 UTC (rev 29338)
@@ -23,10 +23,6 @@
#include "util.h"
#include <stdarg.h>
-typedef int BOOL;
-#define TRUE 1
-#define FALSE 0
-
#ifdef _MSC_VER
#define vsnprintf _vsnprintf
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list