Skip to content
Snippets Groups Projects
Commit cd8ad308 authored by neil's avatar neil
Browse files

Unused variable

git-svn-id: http://svn.net-core.org/repos/t-engine4@624 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4905869b
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ voidpf ZCALLBACK fopen_file_func (opaque, filename, mode)
int mode;
{
PHYSFS_file* file = NULL;
const char* mode_fopen = NULL;
if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ)
file = PHYSFS_openRead(filename);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment