From e51b6a6233b434f0da107a57b8d016aca4e261ef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Sep 2016 14:42:27 +0200 Subject: [PATCH] Filter/Internal: remove outdated API documentation --- src/filter/FilterInternal.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/filter/FilterInternal.hxx b/src/filter/FilterInternal.hxx index 701f73b5e..2921314f5 100644 --- a/src/filter/FilterInternal.hxx +++ b/src/filter/FilterInternal.hxx @@ -74,8 +74,6 @@ public: * plugin may modify the object to enforce another input * format * @param error location to store the error occurring - * @return the format of outgoing data or - * AudioFormat::Undefined() on error */ virtual Filter *Open(AudioFormat &af, Error &error) = 0; };