summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-08-26 23:01:55 +0200
committerOle Loots <ole@monochrom.net>2012-08-26 23:01:55 +0200
commitdef39ad61001fdd49ba53c75e9e2c2671d040aa9 (patch)
tree2a440fafb8bcd5926ac2ca1db3acdc2fdbedeeb8
parentb2330bf4261c65deb9bc672382a7296dfc5295c9 (diff)
downloadnetsurf-def39ad61001fdd49ba53c75e9e2c2671d040aa9.tar.gz
netsurf-def39ad61001fdd49ba53c75e9e2c2671d040aa9.tar.bz2
Removed comment
-rwxr-xr-xatari/gui.c4
-rwxr-xr-xatari/hotlist.c1
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"
);