diff --git a/src/physfs_internal.h b/src/physfs_internal.h index 31410f7..96d7272 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -1043,8 +1043,7 @@ int UNPK_stat(dvoid *opaque, const char *fn, int *exists, PHYSFS_Stat *stat); /* * Initialize the platform. This is called when PHYSFS_init() is called from - * the application. You can use this to (for example) determine what version - * of Windows you're running. + * the application. * * Return zero if there was a catastrophic failure (which prevents you from * functioning at all), and non-zero otherwise.