diff options
author | Max Kellermann <max@duempel.org> | 2015-10-20 11:18:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-20 11:18:35 +0200 |
commit | 42bd888946d7fd00a8b6a231429122ca5ab0898a (patch) | |
tree | ebe9d74299127875879b8c326bbefb7698f43c36 /src/input | |
parent | 6bea346c4110f14288726766449bd5c843f8bae5 (diff) |
input/InputStream: remove obsolete method OverrideMimeType()
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/InputStream.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 3733b20a5..bf628ea64 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -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); |