mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user