diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-01 15:05:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-02 22:21:33 +0300 |
commit | 5241788281e315fc735e5322b3b642486be52c50 (patch) | |
tree | d43cd22b9c23018e5d662dfb236747a940442d32 /include | |
parent | 7c4415407f2df5460d3667aa9f820865a615f57f (diff) |
Kill INetProtocol::Imap and Pop3
I doubt very much these actually get used. Couldn't find in any of the sample
bug docs collected from bugzillas, for instance.
Change-Id: I47a586fabb1efdf8315ed5f7bd09cbaea4c860b5
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/urlobj.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index fd7dc2d76a88..23978fe42e4a 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -79,8 +79,6 @@ enum class INetProtocol Slot, Macro, Javascript, - Imap, - Pop3, Data, Cid, Out, @@ -868,7 +866,6 @@ public: enum Part { PART_USER_PASSWORD = 0x00001, - PART_IMAP_ACHAR = 0x00002, PART_VIM = 0x00004, PART_FPATH = 0x00008, PART_AUTHORITY = 0x00010, |