diff options
author | sfan5 <sfan5@live.de> | 2021-03-31 13:15:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 13:15:47 +0200 |
commit | 1e4913cd76f5d31456d04a5ce23e66d5c60060de (patch) | |
tree | b97fe77b159d158d88ff87df59effd821c0b2e1d /src/irrlicht_changes/static_text.cpp | |
parent | 0d90ed6d921baefbb1a969df69f7b86e702e962f (diff) | |
download | minetest-1e4913cd76f5d31456d04a5ce23e66d5c60060de.tar.gz minetest-1e4913cd76f5d31456d04a5ce23e66d5c60060de.tar.bz2 minetest-1e4913cd76f5d31456d04a5ce23e66d5c60060de.zip |
Irrlicht support code maintenance
Diffstat (limited to 'src/irrlicht_changes/static_text.cpp')
-rw-r--r-- | src/irrlicht_changes/static_text.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/irrlicht_changes/static_text.cpp b/src/irrlicht_changes/static_text.cpp index a8cc33352..b20707bbd 100644 --- a/src/irrlicht_changes/static_text.cpp +++ b/src/irrlicht_changes/static_text.cpp @@ -246,11 +246,7 @@ void StaticText::setTextAlignment(EGUI_ALIGNMENT horizontal, EGUI_ALIGNMENT vert } -#if IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR <= 7 -const video::SColor& StaticText::getOverrideColor() const -#else video::SColor StaticText::getOverrideColor() const -#endif { return ColoredText.getDefaultColor(); } |