remove OpenFile

This commit is contained in:
Glenn Maynard
2003-09-13 06:08:37 +00:00
parent 7afffaef0e
commit e1c443d4fc
-1
View File
@@ -21,7 +21,6 @@ public:
bool Error() const { return !error.empty(); }
string GetError() const { return error; }
static SoundReader *OpenFile( CString filename, CString &error );
};
#endif