From eb2481ca19f98a2ab3f8e01a95e373bb6f91039d Mon Sep 17 00:00:00 2001 From: Aloshi Date: Tue, 6 Aug 2013 23:46:43 -0500 Subject: [PATCH] Remove debug text. --- src/components/GuiGameList.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/GuiGameList.cpp b/src/components/GuiGameList.cpp index 135dec9b5..acd647f27 100644 --- a/src/components/GuiGameList.cpp +++ b/src/components/GuiGameList.cpp @@ -113,11 +113,7 @@ void GuiGameList::setSystemId(int id) void GuiGameList::render(const Eigen::Affine3f& parentTrans) { Eigen::Affine3f trans = parentTrans * getTransform(); - renderChildren(trans); - - Renderer::setMatrix(trans); - mTheme->getDescriptionFont()->drawText("DESCRIPTION TEXT", Eigen::Vector2f::Zero(), 0xFF0000FF); } bool GuiGameList::input(InputConfig* config, Input input)