From 4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Apr 2014 23:40:03 +0100 Subject: Fix some more cppcheck unread/unusedVariable warnings --- amiga/theme.c | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/theme.c') diff --git a/amiga/theme.c b/amiga/theme.c index 054d46521..1e9640fee 100644 --- a/amiga/theme.c +++ b/amiga/theme.c @@ -156,7 +156,6 @@ void ami_theme_init(void) void ami_theme_throbber_setup(void) { char throbberfile[1024]; - Object *dto; struct bitmap *bm; ami_get_theme_filename(throbberfile,"theme_throbber",false); -- cgit v1.2.3