File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -403,8 +403,6 @@ procedure TAboutDlg.InitHTMLFrames;
403
403
procedure InitProgramFrame ;
404
404
begin
405
405
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. }
408
406
frmProgram.Initialise(
409
407
' dlg-about-program-tplt.html' ,
410
408
procedure(Tplt: THTMLTemplate)
Original file line number Diff line number Diff line change @@ -1046,7 +1046,6 @@ procedure TMainForm.actSelectSnippetsExecute(Sender: TObject);
1046
1046
1047
1047
procedure TMainForm.ActSubmitOrExportUpdate (Sender: TObject);
1048
1048
begin
1049
- // TODO -cRefactor: rename method - no longer shared
1050
1049
(Sender as TAction).Enabled := TCodeShareMgr.CanShare;
1051
1050
end ;
1052
1051
Original file line number Diff line number Diff line change 9
9
* documents.
10
10
}
11
11
12
- { TODO -cRefactor: Separate out generic helper code from snippets XML file
13
- specific code. Put generic code in super-class? }
14
12
15
13
unit UXMLDocHelper;
16
14
You can’t perform that action at this time.
0 commit comments