summaryrefslogtreecommitdiff
path: root/tools/inc/tools/urlobj.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-11 15:48:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-12 00:59:54 +0200
commit774c85c86cca143ca908bbe6cd57aa5495106512 (patch)
tree6cb803f573a1aeb691cf85b4c554bec42562df16 /tools/inc/tools/urlobj.hxx
parentc54180baaab97c72d656771219d4111b19f1208e (diff)
callcatcher: remove unused INetURLObject::getFTPType
Diffstat (limited to 'tools/inc/tools/urlobj.hxx')
-rw-r--r--tools/inc/tools/urlobj.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/tools/urlobj.hxx b/tools/inc/tools/urlobj.hxx
index ca694e66d5ce..b4a10683beac 100644
--- a/tools/inc/tools/urlobj.hxx
+++ b/tools/inc/tools/urlobj.hxx
@@ -1430,12 +1430,6 @@ private:
rtl::OUString const & rTheMark, bool bOctets,
EncodeMechanism eMechanism, rtl_TextEncoding eCharset);
- // FTP URLs:
-
- enum FTPType { FTP_TYPE_NONE, FTP_TYPE_A, FTP_TYPE_I, FTP_TYPE_D };
-
- TOOLS_DLLPRIVATE FTPType getFTPType() const;
-
// FILE URLs:
TOOLS_DLLPRIVATE bool hasDosVolume(FSysStyle eStyle) const;