aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 314063cbd6..3873a9263b 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -338,8 +338,7 @@ private:
kShadowFull = 0,
kShadowSmall = 1,
kShadowButton = 2,
- kShadowSlider = 3,
- kShadowEmboss = 4
+ kShadowEmboss = 3
};
Common::Rect shadowRect(const Common::Rect &r, uint32 shadowStyle);