diff options
author | lloyd <[email protected]> | 2008-04-07 01:51:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-07 01:51:28 +0000 |
commit | a2e45efa784ec1a75e7a6ec06d9a4f02461216aa (patch) | |
tree | 7df57770384c9214794ae6774b15a1334b88a982 /src/modules.cpp | |
parent | a48d895cf5e6874f4ae60c803bda17d62edb7a7b (diff) |
Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 0076bbef8..e043ec970 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -5,7 +5,6 @@ #include <botan/modules.h> #include <botan/defalloc.h> -#include <botan/def_char.h> #include <botan/eng_def.h> #include <botan/timers.h> @@ -209,14 +208,6 @@ std::vector<Engine*> Builtin_Modules::engines() const } /************************************************* -* Find the best transcoder option * -*************************************************/ -Charset_Transcoder* Builtin_Modules::transcoder() const - { - return new Default_Charset_Transcoder; - } - -/************************************************* * Builtin_Modules Constructor * *************************************************/ Builtin_Modules::Builtin_Modules(const InitializerOptions& args) : |