Remove debugging code
This commit is contained in:
parent
fff605e6d8
commit
fb20cb5e07
1 changed files with 0 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue