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;
|
FDlg: TAnchorDlgForm;
|
||||||
function GetLinkRef: String; // the < a href=""> part
|
function GetLinkRef: String; // the < a href=""> part
|
||||||
protected
|
protected
|
||||||
function GetAnchorText: String;
|
|
||||||
procedure GetFormValues;
|
procedure GetFormValues;
|
||||||
procedure SetFormValues;
|
procedure SetFormValues;
|
||||||
public
|
public
|
||||||
@ -345,10 +344,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TAnchorDlg.GetAnchorText: String;
|
|
||||||
begin
|
|
||||||
|
|
||||||
end;
|
|
||||||
|
|
||||||
procedure TAnchorDlg.GetFormValues;
|
procedure TAnchorDlg.GetFormValues;
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user