From dd819d6f04ccde5175d650eff06059e503878d3f Mon Sep 17 00:00:00 2001 From: "cata%netscape.com" Date: Thu, 2 Sep 1999 21:39:29 +0000 Subject: [PATCH] Fixing build warnings. Step 3: remove the old deprecated method. --- intl/uconv/public/nsIUnicodeDecoder.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/intl/uconv/public/nsIUnicodeDecoder.h b/intl/uconv/public/nsIUnicodeDecoder.h index 0315c62dddc..66dd143bb00 100644 --- a/intl/uconv/public/nsIUnicodeDecoder.h +++ b/intl/uconv/public/nsIUnicodeDecoder.h @@ -147,21 +147,6 @@ public: * different and urelated buffer of data. */ NS_IMETHOD Reset() = 0; - - // XXX deprecated - /*---------- BEGIN DEPRECATED */ - NS_IMETHOD Convert(PRUnichar * aDest, PRInt32 aDestOffset, - PRInt32 * aDestLength, const char * aSrc, PRInt32 aSrcOffset, - PRInt32 * aSrcLength) = 0; - - NS_IMETHOD Finish(PRUnichar * aDest, PRInt32 aDestOffset, PRInt32 * aDestLength) - = 0; - - NS_IMETHOD Length(const char * aSrc, PRInt32 aSrcOffset, - PRInt32 aSrcLength, PRInt32 * aDestLength) = 0; - - NS_IMETHOD SetInputErrorBehavior(PRInt32 aBehavior) = 0; - /*---------- END DEPRECATED */ }; #endif /* nsIUnicodeDecoder_h___ */