summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 23:40:03 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 23:40:03 +0100
commit4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d (patch)
treeabfcf7cf380755833f03cfb81b28c560e9207674 /amiga/theme.c
parent5bb5e2667df7459c288c3484d3539376a74a7c68 (diff)
downloadnetsurf-4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d.tar.gz
netsurf-4ec70fd3a2e75a3295799a685bbeb4dbffcdc05d.tar.bz2
Fix some more cppcheck unread/unusedVariable warnings
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c1
1 files changed, 0 insertions, 1 deletions
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);