Browse Source

It's now safe to call PHYSFS_* functions from callbacks, since mutexes are now
recursive internally...removed warning in headers.

Ryan C. Gordon 19 years ago
parent
commit
bc1c890468
1 changed files with 0 additions and 4 deletions
  1. 0 4
      physfs.h

+ 0 - 4
physfs.h

@@ -2075,10 +2075,6 @@ __EXPORT__ int PHYSFS_mount(const char *newDir, const char *mountPoint, int appe
 __EXPORT__ const char *PHYSFS_getMountPoint(const char *dir);
 __EXPORT__ const char *PHYSFS_getMountPoint(const char *dir);
 
 
 
 
-/*
- * it is not safe to call physfs functions in these callbacks, as they may
- *  be holding non recursive mutexes.
- */
 /* !!! FIXME: comment! */
 /* !!! FIXME: comment! */
 typedef void (*PHYSFS_StringCallback)(void *, const char *);
 typedef void (*PHYSFS_StringCallback)(void *, const char *);
 typedef void (*PHYSFS_EnumFilesCallback)(void *, const char *, const char *);
 typedef void (*PHYSFS_EnumFilesCallback)(void *, const char *, const char *);