diff --git a/src/ce_infos.pas b/src/ce_infos.pas index ac63596b..9b590fc0 100644 --- a/src/ce_infos.pas +++ b/src/ce_infos.pas @@ -211,11 +211,6 @@ begin 'optional, the D source code formater, needed by the Dfmt commander widget'); itm.Parent := boxTools; itm.ReAlign; - // TODO-cmaintenance: remove this entry if GDMD is distributed with GDC - itm := TToolInfo.Construct(self, tikOptional, 'gdmd', - 'optional, the GDC wrapper with a DMD command line interface'); - itm.Parent := boxTools; - itm.ReAlign; itm := TToolInfo.Construct(self, tikOptional, 'gdc', 'optional, the GDC D compiler'); itm.Parent := boxTools;