diff --git a/src/Widgets/Slider.cpp b/src/Widgets/Slider.cpp index 2348bb0c5..62a7a8105 100644 --- a/src/Widgets/Slider.cpp +++ b/src/Widgets/Slider.cpp @@ -323,7 +323,7 @@ namespace tgui } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef TGUI_REMOVE_DEPRECATED_CODE + void Slider::setVerticalScroll(bool vertical) { m_orientationLocked = false; @@ -341,7 +341,7 @@ namespace tgui { return m_orientation == Orientation::Vertical; } -#endif + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// void Slider::setOrientation(Orientation orientation) diff --git a/src/Widgets/SpinButton.cpp b/src/Widgets/SpinButton.cpp index 5ef36f690..907838549 100644 --- a/src/Widgets/SpinButton.cpp +++ b/src/Widgets/SpinButton.cpp @@ -219,7 +219,7 @@ namespace tgui } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef TGUI_REMOVE_DEPRECATED_CODE + void SpinButton::setVerticalScroll(bool vertical) { m_orientationLocked = false; @@ -237,7 +237,7 @@ namespace tgui { return m_orientation == Orientation::Vertical; } -#endif + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// void SpinButton::setOrientation(Orientation orientation)