This commit is contained in:
Steve Checkoway
2006-11-01 09:42:44 +00:00
parent 0276292b9f
commit a9e04a845a
-1
View File
@@ -27,7 +27,6 @@ class DWILoader: public NotesLoader
public:
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
bool Loadable( const RString &sPath );
bool LoadFromDir( const RString &sPath, Song &out );
};