From f78e03bcdf7501fcdf1cf2105b470f904eeab8ea Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 4 Feb 2011 06:35:52 -0800 Subject: [PATCH] Remove unused nullStream --- src/streamdec.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/streamdec.cpp b/src/streamdec.cpp index 5400fb8..44827e8 100644 --- a/src/streamdec.cpp +++ b/src/streamdec.cpp @@ -53,15 +53,6 @@ Decoder::ListType& Decoder::AddList(Decoder::FactoryType func, ALint prio) } -struct nullStream : public alureStream { - virtual bool IsValid() { return false; } - virtual bool GetFormat(ALenum*,ALuint*,ALuint*) { return false; } - virtual ALuint GetData(ALubyte*,ALuint) { return 0; } - virtual bool Rewind() { return false; } - nullStream():alureStream(NULL) {} -}; - - struct customStream : public alureStream { void *usrFile; ALenum format; -- 2.11.4.GIT