]> git.lizzy.rs Git - minetest.git/blobdiff - src/irrlicht_changes/static_text.cpp
Remove dead code behind Irrlicht version checks
[minetest.git] / src / irrlicht_changes / static_text.cpp
index a4749bab13256c6bbb1b62b976a89ee7d666a7c7..4dc4523491152cea12a7021426907baa06046467 100644 (file)
@@ -239,12 +239,10 @@ video::SColor StaticText::getOverrideColor() const
        return ColoredText.getDefaultColor();
 }
 
-#if IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR > 8
 video::SColor StaticText::getActiveColor() const
 {
        return getOverrideColor();
 }
-#endif
 
 //! Sets if the static text should use the overide color or the
 //! color in the gui skin.