LCL: grids cleanup

git-svn-id: trunk@35215 -
This commit is contained in:
zeljko 2012-02-07 11:36:12 +00:00
parent a83c4d7f3f
commit 3956876f16

View File

@ -7055,8 +7055,6 @@ begin
end;
procedure TCustomGrid.CMMouseEnter(var Message: TLMessage);
var
pt: TPoint;
begin
inherited;
FSavedHint := Hint;
@ -7481,9 +7479,6 @@ begin
end;
function TCustomGrid.GetCellHintText(ACol, ARow: Integer): string;
var
txt1: String;
txt2: String;
begin
Result := '';
if Assigned(FOnGetCellHint) then