really disable reports

This commit is contained in:
Enno Rehling 2016-09-13 21:09:05 +02:00
parent 482e619969
commit cd71a21bf5
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -50,7 +50,6 @@ without prior permission by the authors of Eressea.
#include <kernel/spell.h>
#include <kernel/spellbook.h>
#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();