Przeglądaj źródła

Remove extras define.

Daniel Buckmaster 10 lat temu
rodzic
commit
bbb0777162

+ 1 - 4
Engine/source/gui/containers/guiFlexibleArrayCtrl.cpp

@@ -1,4 +1,3 @@
-#ifdef TORQUE_WALKABOUT_EXTRAS_ENABLED
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 // Copyright (c) 2012 Daniel Buckmaster
 // 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." )
    "Recalculates the position and size of this control and all its children." )
 {
 {
    object->refresh();
    object->refresh();
-}
-
-#endif // TORQUE_WALKABOUT_EXTRAS_ENABLED
+}

+ 1 - 4
Engine/source/gui/containers/guiFlexibleArrayCtrl.h

@@ -1,4 +1,3 @@
-#ifdef TORQUE_WALKABOUT_EXTRAS_ENABLED
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 // Copyright (c) 2012 Daniel Buckmaster
 // Copyright (c) 2012 Daniel Buckmaster
 //
 //
@@ -65,6 +64,4 @@ protected:
    RectSpacingI mPadding;
    RectSpacingI mPadding;
 };
 };
 
 
-#endif // _GUIFLEXIBLEARRAYCTRL_H_
-
-#endif // TORQUE_WALKABOUT_EXTRAS_ENABLED
+#endif // _GUIFLEXIBLEARRAYCTRL_H_