You've already forked lazarus-ccr
Removed unused function TAnchorDlg.GetAnchorText
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2324 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -95,7 +95,6 @@ type
|
||||
FDlg: TAnchorDlgForm;
|
||||
function GetLinkRef: String; // the < a href=""> part
|
||||
protected
|
||||
function GetAnchorText: String;
|
||||
procedure GetFormValues;
|
||||
procedure SetFormValues;
|
||||
public
|
||||
@ -345,10 +344,6 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
function TAnchorDlg.GetAnchorText: String;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
procedure TAnchorDlg.GetFormValues;
|
||||
begin
|
||||
|
Reference in New Issue
Block a user