remove lambdas

This commit is contained in:
Eduardo Bart
2011-04-11 18:11:22 -03:00
parent 451719479b
commit 08b6563fd5
14 changed files with 72 additions and 40 deletions

View File

@@ -27,8 +27,6 @@
#include "textures.h"
#include "graphics.h"
void Font::calculateGlyphsWidthsAutomatically(const Size& glyphSize)
{
int numHorizontalGlyphs = m_texture->getSize().width() / glyphSize.width();