From 658162c5096dfbe75962a3e8d37d8899a914809a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 13 Feb 2007 14:38:43 +0000 Subject: Fixed WIN32 version of prevois change (undefined variable) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5697 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window_hotspot.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3