LCL; clean up

git-svn-id: trunk@15320 -
This commit is contained in:
mattias 2008-06-05 16:46:39 +00:00
parent e92a0bdc32
commit 0c0468bc6d
2 changed files with 1 additions and 2 deletions

View File

@ -2066,7 +2066,6 @@ end;
procedure TControl.WMMouseWheel(var Message: TLMMouseEvent);
var
MousePos: TPoint;
RealControl: TControl;
begin
Assert(False, Format('Trace: [TControl.LMMouseWheel] %s', [ClassName]));
DoBeforeMouseMessage;

View File

@ -4100,7 +4100,7 @@ begin
end;
end;
//DebugLn('TWinControl.IsControlMouseMsg B ',DbgSName(Self),' Control=',DbgSName(Control));
//DebugLn(['TWinControl.IsControlMouseMsg B ',DbgSName(Self),' Control=',DbgSName(Control),' Msg=',TheMessage.Msg]);
Result := False;
if Control <> nil then
begin