Remove references to python console

This commit is contained in:
Simon Robertshaw
2011-10-26 14:55:26 +01:00
parent e46ef289e1
commit 18ca4024c1
3 changed files with 3 additions and 62 deletions

View File

@@ -23,8 +23,6 @@
#define LOCAL_SAVE_DIR "Saves"
#define LOCAL_LUA_DIR "Lua"
#define APPDATA_SUBDIR "\\HardWIRED"
#define THUMB_CACHE_SIZE 256
@@ -99,13 +97,6 @@ extern unsigned char ZSIZE;
#define TRI_BRUSH 2
#define BRUSH_NUM 3
//#define GRAVFFT
//#define LUACONSOLE
//#define PYCONSOLE
//#define PYEXT
//no longer needed
#ifdef PIX16
typedef unsigned short pixel;
#else