From c941db07a002776765949b29939d1c43455f48f5 Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Sun, 18 Jul 2010 20:43:07 +0000 Subject: [PATCH] Removed temporary debug stuff from previous fix :) git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1533 4e206d99-4929-0410-ac5d-dfc041789085 --- src/SFML/Graphics/Font.cpp | 3 --- 1 file changed, 3 deletions(-) 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;