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