From 521d1e920f010cb8da52ddbf420e3c60e3e34bdc Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 14 Apr 2016 22:31:42 +0200 Subject: [PATCH] remove dmd checker, lead to crash in ctor, about box indicates status since a while --- src/ce_main.pas | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/ce_main.pas b/src/ce_main.pas index 0841b4d4..8ef39fd9 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -283,7 +283,6 @@ type //Init - Fina procedure getCMdParams; - procedure checkCompilo; procedure InitMRUs; procedure InitWidgets; procedure InitDocking; @@ -802,8 +801,6 @@ begin OnDragDrop:= @ddHandler.DragDrop; OnDragOver:= @ddHandler.DragOver; // - checkCompilo; - // updateMainMenuProviders; EntitiesConnector.forceUpdate; fSymStringExpander:= getSymStringExpander; @@ -815,17 +812,6 @@ begin fInitialized := true; end; -procedure TCEMainForm.checkCompilo; -const - msg = 'Coedit requires DMD to be setup on this system' + LineEnding + - 'If DMD is setup please add it to the system PATH variable before using Coedit'; -begin - if exeInSysPath('dmd') then - exit; - dlgOkError(msg); - close; -end; - procedure TCEMainForm.getCMdParams; var value: string;