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;
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)
Original file line number Diff line number Diff line change @@ -1046,7 +1046,6 @@ procedure TMainForm.actSelectSnippetsExecute(Sender: TObject);
10461046
10471047procedure TMainForm.ActSubmitOrExportUpdate (Sender: TObject);
10481048begin
1049- // TODO -cRefactor: rename method - no longer shared
10501049 (Sender as TAction).Enabled := TCodeShareMgr.CanShare;
10511050end ;
10521051
Original file line number Diff line number Diff line change 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
1513unit UXMLDocHelper;
1614
You can’t perform that action at this time.
0 commit comments