unused variable

This commit is contained in:
Enno Rehling 2018-10-26 22:21:38 +02:00
parent 7537f8c8ed
commit 84947a7d07
1 changed files with 0 additions and 17 deletions

View File

@ -44,23 +44,6 @@ without prior permission by the authors of Eressea.
#include <string.h>
#include <stdlib.h>
typedef struct helpmode {
const char *name;
int status;
} helpmode;
static helpmode helpmodes[] = {
{ "all", HELP_ALL },
{ "money", HELP_MONEY },
{ "fight", HELP_FIGHT },
{ "observe", HELP_OBSERVE },
{ "give", HELP_GIVE },
{ "guard", HELP_GUARD },
{ "stealth", HELP_FSTEALTH },
{ "travel", HELP_TRAVEL },
{ NULL, 0 }
};
int tolua_factionlist_next(lua_State * L)
{
faction **faction_ptr = (faction **)lua_touserdata(L, lua_upvalueindex(1));