Removed unused function

This commit is contained in:
Daniel Collin 2014-09-14 08:37:08 +02:00
parent fe82123a28
commit 2085412a41

View File

@ -99,12 +99,14 @@ EmguiControlInfo g_controls[MAX_CONTROLS];
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
static EMGUI_INLINE EmguiControlInfo* newControl()
{
EmguiControlInfo* control = &g_controls[g_controlId];
g_controlId++;
return control;
}
*/
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////