diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/inetmime.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx index dc64319cf1c4..23083803786b 100644 --- a/include/tools/inetmime.hxx +++ b/include/tools/inetmime.hxx @@ -88,8 +88,7 @@ typedef std::unordered_map<OString, INetContentTypeParameter, OStringHash> class TOOLS_DLLPUBLIC INetMIME { public: - enum { SOFT_LINE_LENGTH_LIMIT = 76, - HARD_LINE_LENGTH_LIMIT = 998 }; + enum { SOFT_LINE_LENGTH_LIMIT = 76 }; /** The various types of message header field bodies, with respect to encoding and decoding them. |