From b6d14b13887aa9fca36454cfc75ca4f2e565c195 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 Mar 2003 21:17:05 +0000 Subject: [PATCH] sound readers can Open in completely varying ways; don't provide a single virtual for it --- stepmania/src/RageSoundReader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageSoundReader.h b/stepmania/src/RageSoundReader.h index b3a1ad27b0..5987ab4ade 100644 --- a/stepmania/src/RageSoundReader.h +++ b/stepmania/src/RageSoundReader.h @@ -10,7 +10,6 @@ protected: void SetError(string e) const { error = e; } public: - virtual bool Open(CString filename) = 0; virtual int GetLength() const = 0; /* ms */ virtual int GetLength_Fast() const { return GetLength(); } /* ms */ virtual int SetPosition_Accurate(int ms) = 0;