diff --git a/stepmania/src/NotesLoaderDWI.h b/stepmania/src/NotesLoaderDWI.h index 86466a6efe..fb2f2065b1 100644 --- a/stepmania/src/NotesLoaderDWI.h +++ b/stepmania/src/NotesLoaderDWI.h @@ -27,7 +27,6 @@ class DWILoader: public NotesLoader public: void GetApplicableFiles( const RString &sPath, vector &out ); - bool Loadable( const RString &sPath ); bool LoadFromDir( const RString &sPath, Song &out ); };