summaryrefslogtreecommitdiff
path: root/modules/engines/ms-windows/xp_theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/engines/ms-windows/xp_theme.c')
-rwxr-xr-xmodules/engines/ms-windows/xp_theme.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c
index e2e002d5e..aabd27f14 100755
--- a/modules/engines/ms-windows/xp_theme.c
+++ b/modules/engines/ms-windows/xp_theme.c
@@ -665,15 +665,6 @@ xp_theme_draw (GdkWindow *win, XpThemeElement element, GtkStyle *style,
HDC dc;
GdkDrawable *drawable;
int part_state;
-
- /* Do not display grippers on tiny scroll bars, the limit imposed
- is rather arbitrary, perhaps we can fetch the gripper geometry
- from somewhere and use that... */
- if ((element == XP_THEME_ELEMENT_SCROLLBAR_GRIPPER_H && width < 16)
- || (element == XP_THEME_ELEMENT_SCROLLBAR_GRIPPER_V && height < 16))
- {
- return TRUE;
- }
if (! xp_theme_is_drawable (element))
return FALSE;