summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-19 11:56:43 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-19 11:56:43 +0300
commitb131ffbc42d66d7668844f12d7b24ddcf1a5c176 (patch)
tree8826bb579d200207904025491616bd4d7df6351e /src
parent13911163bb170d7c98cdbd9c3ff0af7fdb62fe84 (diff)
Cleanup
Diffstat (limited to 'src')
-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 }