@@ -149,14 +149,12 @@ } #endif -#ifndef _WIN32 // delete the (temporary) font file -- with Unix hard link // semantics, this will remove the last link; otherwise it will // return an error, leaving the file to be deleted later (if // loadXYZFont failed, the file will always be deleted) if (src->isFile) src->unref(); -#endif return fontFile; } @@ -178,14 +176,12 @@ } #endif -#ifndef _WIN32 // delete the (temporary) font file -- with Unix hard link // semantics, this will remove the last link; otherwise it will // return an error, leaving the file to be deleted later (if // loadXYZFont failed, the file will always be deleted) if (src->isFile) src->unref(); -#endif return fontFile; } @@ -223,14 +219,12 @@ } #endif -#ifndef _WIN32 // delete the (temporary) font file -- with Unix hard link // semantics, this will remove the last link; otherwise it will // return an error, leaving the file to be deleted later (if // loadXYZFont failed, the file will always be deleted) if (src->isFile) src->unref(); -#endif return fontFile; } @@ -277,14 +271,12 @@ gfree(codeToGID); } -#ifndef _WIN32 // delete the (temporary) font file -- with Unix hard link // semantics, this will remove the last link; otherwise it will // return an error, leaving the file to be deleted later (if // loadXYZFont failed, the file will always be deleted) if (src->isFile) src->unref(); -#endif return fontFile; }