summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-02 14:41:08 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-02 14:41:08 +0000
commit98f94c4bf39db60b0b686bccc84175e15214b348 (patch)
tree62b41c9008edda5fa5b2526a6d3bf20e4c3032da /frontends/amiga/corewindow.h
parente7c9b863b3d2dd8579cb2c9f80f4a20933d04315 (diff)
downloadnetsurf-98f94c4bf39db60b0b686bccc84175e15214b348.tar.gz
netsurf-98f94c4bf39db60b0b686bccc84175e15214b348.tar.bz2
move mousemove back to the event loop and ensure the window is created cleared
Diffstat (limited to 'frontends/amiga/corewindow.h')
-rw-r--r--frontends/amiga/corewindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/amiga/corewindow.h b/frontends/amiga/corewindow.h
index f62987f85..2c5dbb5cf 100644
--- a/frontends/amiga/corewindow.h
+++ b/frontends/amiga/corewindow.h
@@ -52,8 +52,6 @@ struct ami_corewindow {
struct Hook idcmp_hook;
struct timeval lastclick;
- int mouse_x;
- int mouse_y;
int mouse_state;
APTR deferred_rects_pool;