Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3.

This commit is contained in:
Alex Szpakowski
2017-12-16 19:56:02 -04:00
parent 70bf18182d
commit ce46fa3ebe
4 changed files with 5 additions and 84 deletions
-4
View File
@@ -31,10 +31,6 @@
// STD
#include <string>
#if PHYSFS_VER_MAJOR > 2 || (PHYSFS_VER_MAJOR == 2 && PHYSFS_VER_MINOR >= 1)
#define LOVE_USE_PHYSFS_2_1
#endif
namespace love
{
namespace filesystem