cleanup redundant code

git-svn-id: trunk@5049 -
This commit is contained in:
micha 2004-01-12 08:19:37 +00:00
parent 41da727612
commit 77217ed9fa

View File

@ -152,12 +152,5 @@ begin
end;
end;
//procedure TCustomPanel.WMWindowPosChanged(var Message: TLMWindowPosChanged);
//begin
// // size changed?
// if (Message.WindowPos^.Flags and $1{SWP_NOSIZE}) = 0 then
// Invalidate;
//end;
// included by extctrls.pp