X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=file.h;h=51045cc57cee906a1d82d363984323993e24d496;hb=3e31a8ceee19dcefa4817ff602718841deffade4;hp=f37621348ea848793b7f43274ba972172a8802ac;hpb=0bbc23a37289ca20b8681229ccf74edfb6261d4e;p=vor.git diff --git a/file.h b/file.h index f376213..51045cc 100644 --- a/file.h +++ b/file.h @@ -23,17 +23,7 @@ #include char *add_data_path(char *filename); -bool is_dir(char *dirname); -bool is_file(char *filename); -bool find_data_dir(void); -bool find_score_file(void); bool find_files(void); FILE *open_score_file(char *mode); -#ifdef WIN32 -# define PATH_SEPARATOR '\\' -#else -# define PATH_SEPARATOR '/' -#endif - #endif // VOR_FILE_H