The unified diff between revisions [2fac918f..] and [4e40e885..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/charset.h'

#
#
# patch "include/charset.h"
#  from [2302b355b8fdafcb4908254cb954713bbce45ac5]
#    to [d14be390cbcd1b0b0a33005c0c6b2165c66fd8b1]
#
============================================================
--- include/charset.h	2302b355b8fdafcb4908254cb954713bbce45ac5
+++ include/charset.h	d14be390cbcd1b0b0a33005c0c6b2165c66fd8b1
@@ -12,18 +12,6 @@ namespace Botan {

 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 {

 /*************************************************