From 319321c0d4bccde143153eb7aad4038a6eb3f728 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 12 Jul 2009 02:18:18 +0000 Subject: [PATCH] win32: remove debug writeln git-svn-id: trunk@20835 - --- lcl/interfaces/win32/win32winapi.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lcl/interfaces/win32/win32winapi.inc b/lcl/interfaces/win32/win32winapi.inc index fe01456554..ce582b3655 100644 --- a/lcl/interfaces/win32/win32winapi.inc +++ b/lcl/interfaces/win32/win32winapi.inc @@ -2358,8 +2358,6 @@ begin Dec(Height, Windows.GetSystemMetrics(SM_CYSMCAPTION)) else Dec(Height, Windows.GetSystemMetrics(SM_CYCAPTION)); - if GetParent(Handle) = 0 then - WriteLn(Height); if (WindowInfo^.WinControl is TCustomFloatSpinEdit) then AdjustForBuddySize;