From def39ad61001fdd49ba53c75e9e2c2671d040aa9 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 26 Aug 2012 23:01:55 +0200 Subject: Removed comment --- atari/gui.c | 4 ++-- atari/hotlist.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/atari/gui.c b/atari/gui.c index 8478bd3b8..deb28df17 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -119,9 +119,9 @@ void gui_poll(bool active) next_poll = clock() + (CLOCKS_PER_SEC>>3); } } else { - if( input_window != NULL ){ + if (input_window != NULL) { wind_get( 0, WF_TOP, &winloc[0], &winloc[1], &winloc[2], &winloc[3]); - if( winloc[1] == _AESapid ){ + if (winloc[1] == _AESapid) { /* only check for mouse move when netsurf is on top: */ // move that into m1 event handler graf_mkstate( &mx, &my, &dummy, &dummy ); diff --git a/atari/hotlist.c b/atari/hotlist.c index 18d016e49..68e5c31aa 100755 --- a/atari/hotlist.c +++ b/atari/hotlist.c @@ -120,7 +120,6 @@ void hotlist_init(void) hotlist_initialise( hl.tv->tree, - /* TODO: use option_hotlist_file or slt*/ (char*)&hl.path, "dir.png" ); -- cgit v1.2.3