summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 5ac4f95e..b8198636 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -929,10 +929,6 @@ iBool processEvent_Window(iWindow *d, const SDL_Event *ev) {
929 } 929 }
930 } 930 }
931 } 931 }
932// if (oldHover != d->hover) {
933// refresh_Widget(oldHover);
934// refresh_Widget(d->hover);
935// }
936 if (event.type == SDL_MOUSEMOTION) { 932 if (event.type == SDL_MOUSEMOTION) {
937 applyCursor_Window_(d); 933 applyCursor_Window_(d);
938 } 934 }