diff --git a/src/Profile.cpp b/src/Profile.cpp index 0d20aef1..12940c6d 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -31,7 +31,6 @@ BOOL IsProfile(void) sprintf(path, "%s/%s", gModulePath, gDefaultName); FILE *file = fopen(path, "rb"); - if (file == NULL) return FALSE;