Remove debugging code

This commit is contained in:
Joel Holdsworth 2009-04-04 21:39:45 +01:00
parent fff605e6d8
commit fb20cb5e07

View file

@ -144,14 +144,6 @@ PanelManager::create_panels()
panels.push_back(timelinePanel);
panels.push_back(viewerPanel);
panels.push_back(resourcesPanel);
const int panelDescriptionCount =
sizeof(panelDescriptionList) /
sizeof(PanelDescription);
for(int i = 0; i < panelDescriptionCount; i++)
{
g_message("%s", panelDescriptionList[i].get_title());
}
}
shared_ptr<panels::Panel>