diff --git a/src/SFML/Graphics/Font.cpp b/src/SFML/Graphics/Font.cpp index b10ffec6..4ecba2bc 100644 --- a/src/SFML/Graphics/Font.cpp +++ b/src/SFML/Graphics/Font.cpp @@ -153,9 +153,6 @@ bool Font::LoadFromMemory(const void* data, std::size_t sizeInBytes) //////////////////////////////////////////////////////////// const Glyph& Font::GetGlyph(Uint32 codePoint, unsigned int characterSize, bool bold) const { - if (codePoint == 100) - codePoint = codePoint; - // Get the page corresponding to the character size GlyphTable& glyphs = myPages[characterSize].Glyphs;