mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-14 05:15:21 +01:00
Some random code cleanups
This commit is contained in:
@@ -43,8 +43,6 @@ void GUIEditBoxWithScrollBar::draw()
|
||||
if (!skin)
|
||||
return;
|
||||
|
||||
video::SColor default_bg_color;
|
||||
|
||||
if (m_bg_color_used) {
|
||||
OverrideBgColor = m_bg_color;
|
||||
} else if (IsWritable) {
|
||||
|
||||
@@ -21,7 +21,7 @@ class ISimpleTextureSource;
|
||||
|
||||
using namespace gui;
|
||||
|
||||
class GUIScrollBar : public IGUIScrollBar
|
||||
class GUIScrollBar final : public IGUIScrollBar
|
||||
{
|
||||
public:
|
||||
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
|
||||
|
||||
Reference in New Issue
Block a user