Removed unused function
This commit is contained in:
parent
fe82123a28
commit
2085412a41
@ -99,12 +99,14 @@ EmguiControlInfo g_controls[MAX_CONTROLS];
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
/*
|
||||||
static EMGUI_INLINE EmguiControlInfo* newControl()
|
static EMGUI_INLINE EmguiControlInfo* newControl()
|
||||||
{
|
{
|
||||||
EmguiControlInfo* control = &g_controls[g_controlId];
|
EmguiControlInfo* control = &g_controls[g_controlId];
|
||||||
g_controlId++;
|
g_controlId++;
|
||||||
return control;
|
return control;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user