Skip to content

Commit

Permalink
VerticalScroll shouldn't be removed in CI tests because there is now …
Browse files Browse the repository at this point in the history
…code that tests its behavior
  • Loading branch information
texus committed Sep 28, 2024
1 parent a7675a6 commit e42cb3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions include/TGUI/Widgets/Slider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ TGUI_MODULE_EXPORT namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getStep() const;

#ifndef TGUI_REMOVE_DEPRECATED_CODE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @brief Changes whether the slider lies horizontally or vertically
/// @param vertical Should the slider lie vertically?
Expand All @@ -206,7 +205,6 @@ TGUI_MODULE_EXPORT namespace tgui
/// @return Does the slider lie vertically?
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_DEPRECATED("Use getOrientation instead") TGUI_NODISCARD bool getVerticalScroll() const;
#endif

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @brief Changes whether the slider lies horizontally or vertically
Expand Down
2 changes: 0 additions & 2 deletions include/TGUI/Widgets/SpinButton.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ TGUI_MODULE_EXPORT namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getStep() const;

#ifndef TGUI_REMOVE_DEPRECATED_CODE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @brief Changes whether the spin button lies horizontally or vertically
/// @param vertical Should the spin button lie vertically?
Expand All @@ -183,7 +182,6 @@ TGUI_MODULE_EXPORT namespace tgui
/// @return Does the spin button lie vertically?
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_DEPRECATED("Use getOrientation instead")TGUI_NODISCARD bool getVerticalScroll() const;
#endif

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @brief Changes whether the spin button lies horizontally or vertically
Expand Down

0 comments on commit e42cb3f

Please sign in to comment.