diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-17 15:07:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-17 16:57:35 +0200 |
commit | f7dc03f666954b741b90c5021704249a4f76ed7b (patch) | |
tree | dbda1a749d882f70e087a06f4e2a2a8394b1b02c /include | |
parent | 149384846be910c6aa966185bce2038d6e31a565 (diff) |
Remove unused HARD_LINE_LENGTH_LIMIT
Change-Id: Iae65de5a71f8a0b8ad80138ae310db9a84736878
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. |