diff src/modplug/modplugbmp.h @ 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 6764c35e16a6
line wrap: on
line diff
--- a/src/modplug/modplugbmp.h	Sun Sep 02 23:08:33 2007 +0300
+++ b/src/modplug/modplugbmp.h	Sun Sep 02 22:51:48 2007 +0100
@@ -99,7 +99,6 @@
 	void Seek(float32 aTime);                // Seek to the specified time.
 	float32 GetTime();                   // Get the current play time.
 
-	void GetSongInfo(const string& aFilename, char*& aTitle, int32& aLength); // Function to grab the title string
 	Tuple* GetSongTuple(const string& aFilename);
 
 	void SetInputPlugin(InputPlugin& aInPlugin);