diff --git a/efiler/fileops.h b/efiler/fileops.h index 029446c..5b6954a 100644 --- a/efiler/fileops.h +++ b/efiler/fileops.h @@ -37,4 +37,3 @@ extern Fl_Window* win; extern Fl_Box* statusbar; extern char current_dir[]; extern void loaddir(const char*); -extern bool is_on_same_fs(const char*, const char*); // should be moved to another library