diff options
Diffstat (limited to 'include/charset.h')
-rw-r--r-- | include/charset.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/charset.h b/include/charset.h index d585bf0ed..ac9f501a0 100644 --- a/include/charset.h +++ b/include/charset.h @@ -12,18 +12,6 @@ namespace Botan { -/************************************************* -* Character Set Transcoder Interface * -*************************************************/ -class BOTAN_DLL Charset_Transcoder - { - public: - virtual std::string transcode(const std::string&, - Character_Set, Character_Set) const = 0; - - virtual ~Charset_Transcoder() {} - }; - namespace Charset { /************************************************* |