Remove duplicate lines_i, finally fix leak (issue #271)

This commit is contained in:
Bart van Strien
2011-08-06 16:51:33 +02:00
parent fdc56e7e73
commit eae6c0ff85
3 changed files with 4 additions and 84 deletions
+1 -1
View File
@@ -23,6 +23,7 @@
// LOVE
#include <common/runtime.h>
#include "Filesystem.h"
#include "File.h"
namespace love
@@ -41,7 +42,6 @@ namespace physfs
int w_File_tell(lua_State * L);
int w_File_seek(lua_State * L);
int w_File_lines(lua_State * L);
int lines_i(lua_State * L);
int luaopen_file(lua_State * L);
} // physfs
} // filesystem