From 1ce4a14da94b2d66f19754aef8ddedc320ac8b8f Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 15 Sep 2014 23:31:39 +0200 Subject: Fixed some unused variable warnings. --- atari/hotlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'atari/hotlist.c') diff --git a/atari/hotlist.c b/atari/hotlist.c index 62ca0cf08..762a68f27 100644 --- a/atari/hotlist.c +++ b/atari/hotlist.c @@ -205,7 +205,6 @@ void atari_hotlist_init(void) if( hl.window == NULL ){ int flags = ATARI_TREEVIEW_WIDGETS; short handle = -1; - GRECT desk; OBJECT * tree = gemtk_obj_get_tree(TOOLBAR_HOTLIST); assert( tree ); -- cgit v1.2.3