X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=file.h;h=51045cc57cee906a1d82d363984323993e24d496;hp=df76403de0dfa35ddba34c822df746d05df0af04;hb=HEAD;hpb=31a00c721be0b569bc554069cc0a3eb2864eb61f diff --git a/file.h b/file.h index df76403..51045cc 100644 --- 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