diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/charset-fontdata.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/agos/charset-fontdata.cpp b/engines/agos/charset-fontdata.cpp index d9918b265d..fb161868b8 100644 --- a/engines/agos/charset-fontdata.cpp +++ b/engines/agos/charset-fontdata.cpp @@ -1635,9 +1635,6 @@ void AGOSEngine::windowDrawChar(WindowBlock *window, uint x, uint y, byte chr) { case Common::FR_FRA: src = french_commonFont + (chr - 32) * 8; break; - case Common::DE_DEU: - src = english_commonFont + (chr - 32) * 8; - break; case Common::EN_ANY: src = english_commonFont + (chr - 32) * 8; break; |