summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Window_hotspot.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx
index 7398cc3bc..b512ad9ad 100644
--- a/src/Fl_Window_hotspot.cxx
+++ b/src/Fl_Window_hotspot.cxx
@@ -54,7 +54,6 @@ void Fl_Window::hotspot(int X, int Y, int offscreen) {
left = right = GetSystemMetrics(SM_CXSIZEFRAME);
top = bottom = GetSystemMetrics(SM_CYSIZEFRAME);
} else {
- ret = 1;
left = right = GetSystemMetrics(SM_CXFIXEDFRAME);
top = bottom = GetSystemMetrics(SM_CYFIXEDFRAME);
}