Cleaned up some old code.

This commit is contained in:
Joel Teichroeb 2011-06-06 13:11:04 -07:00
parent 722ab01405
commit 57e320ec89
2 changed files with 0 additions and 5 deletions

View file

@ -79,8 +79,6 @@ void L1_ChangeTextObject() {
lua_getstring(paramObj);
}
//textObject->destroyBitmap();
//textObject->createBitmap();
lua_pushnumber(textObject->getBitmapWidth());
lua_pushnumber(textObject->getBitmapHeight());
@ -121,8 +119,6 @@ void L1_MakeTextObject() {
setTextObjectParams(textObject, tableObj);
textObject->setText(text.c_str());
//if (!(g_grim->getGameFlags() & ADGF_DEMO))
//textObject->createBitmap();
g_grim->registerTextObject(textObject);
lua_pushusertag(textObject->getId(), MKTAG('T', 'E', 'X', 'T'));