From 85eafc1d8590f851dee9947d360467a31071df98 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 26 Dec 2016 02:02:57 +0100 Subject: [PATCH] remove information about gdmd, in official installation now --- src/ce_infos.pas | 5 ----- 1 file changed, 5 deletions(-) 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;