diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-02 11:14:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-02 16:30:32 +0200 |
commit | 796ca9ba61ab14e4bdb7b244c64f7fb2c6bf5f65 (patch) | |
tree | 5f390c2b42d6f8d4977cb9f3037289068fac8325 /include | |
parent | 6e74c9fd90b3c416dbdfaf091fa3c1c26e70d1de (diff) |
Remove obsolete INET_PROT_PRIVATE alias
Change-Id: I6c82dad9d69e19d5596f23eacfbd20768f9f6442
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/urlobj.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 3032b45c8c0b..b28b5cee69c6 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -74,7 +74,6 @@ enum INetProtocol INET_PROT_VND_SUN_STAR_WEBDAV = 5, INET_PROT_NEWS = 6, INET_PROT_PRIV_SOFFICE = 7, - INET_PROT_PRIVATE = INET_PROT_PRIV_SOFFICE, // obsolete INET_PROT_VND_SUN_STAR_HELP = 8, INET_PROT_HTTPS = 9, INET_PROT_SLOT = 10, |