JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bump version to 0.5.8
[vor.git] / file.h
diff --git a/file.h b/file.h
index df76403..51045cc 100644 (file)
--- a/file.h
+++ b/file.h
@@ -26,10 +26,4 @@ char *add_data_path(char *filename);
 bool find_files(void);
 FILE *open_score_file(char *mode);
 
-#ifdef WIN32
-# define PATH_SEPARATOR '\\'
-#else
-# define PATH_SEPARATOR '/'
-#endif
-
 #endif // VOR_FILE_H