remove IsStreamingFromDisk

This commit is contained in:
Glenn Maynard
2006-12-23 07:15:32 +00:00
parent cc043b3d16
commit 00f371fa7c
10 changed files with 0 additions and 19 deletions
@@ -24,7 +24,6 @@ public:
OPEN_FATAL_ERROR=2,
};
virtual OpenResult Open(RString filename) = 0;
virtual bool IsStreamingFromDisk() const { return true; }
virtual float GetStreamToSourceRatio() const { return 1.0f; }
virtual RString GetError() const { return m_sError; }