Remove unused declaration;

This commit is contained in:
bjorn 2016-11-28 23:08:42 -08:00
parent b17111dc89
commit 6a8a335a80
1 changed files with 0 additions and 1 deletions

View File

@ -5,4 +5,3 @@
void lovrInit(lua_State* L, int argc, char** argv);
void lovrDestroy(int exitCode);
void lovrRun(lua_State* L);
int lovrOnLuaError(lua_State* L);