From 050118ef531be9c9e10ad491f2221dd793a009c3 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Tue, 8 Mar 2016 00:27:58 +0100 Subject: [PATCH] Remove TODOs --- src/kits/media/PluginManager.cpp | 3 --- 1 file changed, 3 deletions(-) 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); }