From 66fe932a8ed9a3618e245a4af96eb54102654957 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 21 May 2014 18:11:31 +0200 Subject: [PATCH] Remove useless code --- src/filesystem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/filesystem.cpp b/src/filesystem.cpp index d1dbbf7..7de9138 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -576,8 +576,6 @@ static int SDL_RWopsClose(SDL_RWops *ops) int result = PHYSFS_close(f); - f = 0; - return (result != 0) ? 0 : -1; }