summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_win32.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx
index 52b3af305..a10339ab7 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -1802,10 +1802,6 @@ content key keyboard layout
if (news == -1)
news = olds;
scale = sd->scale(news);
- if (olds != news) {
- wd->screen_num(news);
- if (window->as_gl_window()) invalidate_gl_win(window);
- }
wd->x(int(round(nx/scale)));
wd->y(int(round(ny/scale)));
}