From ee3cb54ee4e1d6a38bad8319a784fd2bed69bf4c Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Wed, 13 Jul 2011 21:13:29 +0100
Subject: callcatcher: unused methods

---
 tools/inc/tools/inetmime.hxx | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'tools')

diff --git a/tools/inc/tools/inetmime.hxx b/tools/inc/tools/inetmime.hxx
index a9407126a93f..059c34a9515a 100644
--- a/tools/inc/tools/inetmime.hxx
+++ b/tools/inc/tools/inetmime.hxx
@@ -370,13 +370,6 @@ public:
      */
     static sal_uInt32 getHexDigit(int nWeight);
 
-    /** Get a Base 64 digit encoded as US-ASCII.
-
-        @param nWeight  Must be in the range 0--63, inclusive.
-
-        @return  The Base 64 digit corresponding to nWeight (US-ASCII 'A'--
-        'Z', 'a'--'z', '0'--'9', '+' or '/').
-     */
     static inline bool isHighSurrogate(sal_uInt32 nUTF16);
 
     static inline bool isLowSurrogate(sal_uInt32 nUTF16);
-- 
cgit