diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b8b2b4e40..591aa122e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -195,7 +195,7 @@ set(TESTS_SRC tests.test.c volcano.test.c reports.test.c - creport.test.c +# creport.test.c # report.test.c summary.test.c travelthru.test.c diff --git a/src/bindings.c b/src/bindings.c index cca725ca1..aa2e177c1 100755 --- a/src/bindings.c +++ b/src/bindings.c @@ -50,7 +50,6 @@ without prior permission by the authors of Eressea. #include #include -#include "creport.h" #include "economy.h" #include "summary.h" #include "teleport.h" @@ -572,7 +571,7 @@ static int tolua_write_summary(lua_State * L) } return 0; } - +/* static int tolua_write_map(lua_State * L) { const char *filename = tolua_tostring(L, 1, 0); @@ -581,7 +580,7 @@ static int tolua_write_map(lua_State * L) } return 0; } - +*/ static int tolua_read_turn(lua_State * L) { int cturn = current_turn();