mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 15:13:45 +00:00
Remove extras define.
This commit is contained in:
parent
86a9417cfd
commit
bbb0777162
2 changed files with 2 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#ifdef TORQUE_WALKABOUT_EXTRAS_ENABLED
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) 2012 Daniel Buckmaster
|
||||
//
|
||||
|
|
@ -182,6 +181,4 @@ DefineEngineMethod( GuiFlexibleArrayControl, refresh, void, (),,
|
|||
"Recalculates the position and size of this control and all its children." )
|
||||
{
|
||||
object->refresh();
|
||||
}
|
||||
|
||||
#endif // TORQUE_WALKABOUT_EXTRAS_ENABLED
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
#ifdef TORQUE_WALKABOUT_EXTRAS_ENABLED
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) 2012 Daniel Buckmaster
|
||||
//
|
||||
|
|
@ -65,6 +64,4 @@ protected:
|
|||
RectSpacingI mPadding;
|
||||
};
|
||||
|
||||
#endif // _GUIFLEXIBLEARRAYCTRL_H_
|
||||
|
||||
#endif // TORQUE_WALKABOUT_EXTRAS_ENABLED
|
||||
#endif // _GUIFLEXIBLEARRAYCTRL_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue