Mercurial > audlegacy-plugins
diff src/modplug/plugin.cxx @ 1562:58f03e54b97a
Update codec names, remove now obsolete getsonginfo.
| author | Tony Vroon <chainsaw@gentoo.org> |
|---|---|
| date | Sun, 02 Sep 2007 22:51:48 +0100 |
| parents | 488f7e6c36ed |
| children | 33626ca031f3 |
line wrap: on
line diff
--- a/src/modplug/plugin.cxx Sun Sep 02 23:08:33 2007 +0300 +++ b/src/modplug/plugin.cxx Sun Sep 02 22:51:48 2007 +0100 @@ -60,11 +60,6 @@ return (int)(lTime * 1000); } -static void GetSongInfo(char* aFilename, char** aTitle, int* aLength) -{ - gModplugXMMS.GetSongInfo(aFilename, *aTitle, *aLength); -} - static Tuple* GetSongTuple(char* aFilename) { return gModplugXMMS.GetSongTuple(aFilename); @@ -113,7 +108,7 @@ NULL, NULL, NULL, - GetSongInfo, + NULL, ShowFileInfoBox, NULL, // output GetSongTuple,
