From 5241788281e315fc735e5322b3b642486be52c50 Mon Sep 17 00:00:00 2001
From: Tor Lillqvist <tml@collabora.com>
Date: Wed, 1 Apr 2015 15:05:30 +0300
Subject: 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
---
 include/tools/urlobj.hxx | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'include')

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,
-- 
cgit