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:
lazarus-bart
2012-02-29 11:11:58 +00:00
parent 2bf672c856
commit f9c83aff08

View File

@ -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