Skip to content

Commit 10474d2

Browse files
author
delphidabbler
committed
Remove TODOs that are now referenced in "Refactoring" card in GitHub CodeSnip 4 project
1 parent afb05ff commit 10474d2

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Src/FmAboutDlg.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ procedure TAboutDlg.InitHTMLFrames;
403403
procedure InitProgramFrame;
404404
begin
405405
pcDetail.ActivePage := tsProgram; // display page to let browser load OK
406-
{ TODO -cRefactor: Change this frmProgram so it's no longer a HTML template
407-
unless we need to add a gravatar link from Web.UInfo unit. }
408406
frmProgram.Initialise(
409407
'dlg-about-program-tplt.html',
410408
procedure(Tplt: THTMLTemplate)

Src/FmMain.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ procedure TMainForm.actSelectSnippetsExecute(Sender: TObject);
10461046

10471047
procedure TMainForm.ActSubmitOrExportUpdate(Sender: TObject);
10481048
begin
1049-
// TODO -cRefactor: rename method - no longer shared
10501049
(Sender as TAction).Enabled := TCodeShareMgr.CanShare;
10511050
end;
10521051

Src/UXMLDocHelper.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* documents.
1010
}
1111

12-
{ TODO -cRefactor: Separate out generic helper code from snippets XML file
13-
specific code. Put generic code in super-class? }
1412

1513
unit UXMLDocHelper;
1614

0 commit comments

Comments
 (0)