From fe39dbfb71fbeccebaf29b0e14df806836079e1c Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 5 Feb 2013 23:38:31 -0500 Subject: [PATCH] unused variable --- bin/loader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/loader.cpp b/bin/loader.cpp index ab896ae..cf3f5a0 100644 --- a/bin/loader.cpp +++ b/bin/loader.cpp @@ -132,7 +132,6 @@ uint32_t load(const char *file) ResID resID; ResType resType; Str255 name; - char *cname; uint32_t size; uint32_t address; Handle h;