Revert. The encoding concerns brought up on the mailing have not been addressed.

This commit is contained in:
Steve Checkoway
2006-11-01 08:45:29 +00:00
parent 00b1b7af74
commit 0276292b9f
2 changed files with 8 additions and 68 deletions
-9
View File
@@ -29,15 +29,6 @@ public:
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
bool Loadable( const RString &sPath );
bool LoadFromDir( const RString &sPath, Song &out );
private:
RString m_sTempSMTitle;
RString m_sTempSMSubTitle;
RString m_sTempSMArtist;
RString m_sTempTitle;
RString m_sTempSubTitle;
RString m_sTempArtist;
RString m_sTempSubTitleOnSameLine;
};
#endif