diff --git a/src/kits/media/PluginManager.cpp b/src/kits/media/PluginManager.cpp index a20f5d7312..f4bf937888 100644 --- a/src/kits/media/PluginManager.cpp +++ b/src/kits/media/PluginManager.cpp @@ -52,7 +52,6 @@ public: // We have to reset our BDataIO reference too fData = dynamic_cast(fPosition); } else { - // TODO: fallback buffering // In this case we have to supply our own form // of pseudo-seekable object from a non-seekable // BDataIO. @@ -145,8 +144,6 @@ public: if (IsEndless()) return B_NOT_SUPPORTED; - // TODO: What a non seekable stream should do here? - return fPosition->SetSize(size); }