From 0a51d3915cba09a95ee13185a1a2c9e15fd63545 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 2 Aug 2009 15:44:40 +0000 Subject: Remove redundant definitions of SCROLLBAR_WIDTH git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22114 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/list.h') diff --git a/apps/gui/list.h b/apps/gui/list.h index 040002222c..6b9f557d38 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -26,7 +26,7 @@ #include "icon.h" #include "screen_access.h" -#define SCROLLBAR_WIDTH 6 +#define SCROLLBAR_WIDTH 6 enum list_wrap { LIST_WRAP_ON = 0, -- cgit v1.2.3