From c1085580ed22aa332bebe327e845f4a4acf4d86b Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 22 Sep 2013 03:10:12 +0200 Subject: Fixed warnings for incomptible pointer type The API expects to receive core_window as window handle now. --- atari/cookies.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'atari/cookies.c') diff --git a/atari/cookies.c b/atari/cookies.c index db45f3368..4530a2177 100644 --- a/atari/cookies.c +++ b/atari/cookies.c @@ -204,11 +204,6 @@ void atari_cookie_manager_open(void) { assert(atari_cookie_manager.init); - if (atari_cookie_manager.init == false) { - // TODO - return; - } - if (atari_treeview_is_open(atari_cookie_manager.tv) == false) { GRECT pos; -- cgit v1.2.3