diff --git a/src/physfs.c b/src/physfs.c index fddd86d..02186f6 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -8,8 +8,6 @@ * This file written by Ryan C. Gordon. */ -/* !!! FIXME: ERR_PAST_EOF shouldn't trigger for reads. Just return zero. */ - #define __PHYSICSFS_INTERNAL__ #include "physfs_internal.h"