From cd71a21bf5012db0db191f80d4b61570bd3133f9 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 13 Sep 2016 21:09:05 +0200 Subject: [PATCH] really disable reports --- src/CMakeLists.txt | 2 +- src/bindings.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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();