Commit 42bd8889 authored by Max Kellermann's avatar Max Kellermann

input/InputStream: remove obsolete method OverrideMimeType()

parent 6bea346c
......@@ -217,13 +217,6 @@ public:
mime = std::move(_mime);
}
gcc_nonnull_all
void OverrideMimeType(const char *_mime) {
assert(ready);
mime = _mime;
}
gcc_pure
bool KnownSize() const {
assert(ready);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment