X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=inline;f=file.h;h=51045cc57cee906a1d82d363984323993e24d496;hb=474fd4f894f57b7d53a22e15b31b8749c42e9a53;hp=df76403de0dfa35ddba34c822df746d05df0af04;hpb=f68d2bb77d8b4d94af72b6cbe870d423ed82b17f;p=vor.git 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