diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-06 12:34:34 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-06 12:34:39 +0100 |
commit | f469595eee7352b712fb741f7e32e4f21effdfd8 (patch) | |
tree | 1f8af178356135374a0880711a33a9c8dbd63dd1 /src/filter | |
parent | 9cfc52f11453f8a4436700b2903c10c4749e3714 (diff) |
filter/Internal: remove obsolete doxygen line
Diffstat (limited to 'src/filter')
-rw-r--r-- | src/filter/FilterInternal.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filter/FilterInternal.hxx b/src/filter/FilterInternal.hxx index b03403ecc..8e731b0e0 100644 --- a/src/filter/FilterInternal.hxx +++ b/src/filter/FilterInternal.hxx @@ -59,7 +59,6 @@ public: * Throws std::runtime_error on error. * * @param src the input buffer - * @param error location to store the error occurring * @return the destination buffer on success (will be * invalidated by deleting this object or the next FilterPCM() * call) |