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; };