ShellTreeView: remove method GetSelectedNodePath (deprecated since 1.4.0).

git-svn-id: trunk@51357 -
This commit is contained in:
bart 2016-01-20 14:41:04 +00:00
parent 494d6d83c4
commit dc9997b0d8

View File

@ -85,7 +85,6 @@ type
AMask: string; AObjectTypes: TObjectTypes; AResult: TStrings; AFileSortType: TFileSortType = fstNone);
{ Other methods specific to Lazarus }
function GetPathFromNode(ANode: TTreeNode): string;
function GetSelectedNodePath: string; deprecated 'Use property Path instead';
procedure Refresh(ANode: TTreeNode); overload;
{ Properties }
@ -943,10 +942,6 @@ begin
Result := '';
end;
function TCustomShellTreeView.GetSelectedNodePath: string;
begin
Result := GetPathFromNode(Selected);
end;
procedure TCustomShellTreeView.Refresh(ANode: TTreeNode);
//nil will refresh root