remove LCL version limitation

This commit is contained in:
Basile Burg 2018-01-17 15:37:53 +01:00
parent 14a65f65be
commit 1dd4194293
1 changed files with 1 additions and 5 deletions

View File

@ -7,7 +7,7 @@ interface
uses
Classes, SysUtils, LazFileUtils, SynEditKeyCmds, SynHighlighterLFM, Forms,
StdCtrls, AnchorDocking, AnchorDockStorage, AnchorDockOptionsDlg, Controls,
Graphics, strutils, Dialogs, Menus, ActnList, ExtCtrls, process, LCLVersion,
Graphics, strutils, Dialogs, Menus, ActnList, ExtCtrls, process,
{$IFDEF WINDOWS}Windows, {$ENDIF} XMLPropStorage, SynExportHTML, fphttpclient,
fpjson, jsonparser, jsonscanner,
ce_common, ce_ceproject, ce_synmemo, ce_writableComponent,
@ -18,10 +18,6 @@ uses
ce_dfmt, ce_lcldragdrop, ce_projgroup, ce_projutils, ce_stringrange, ce_dastworx,
ce_halstead, ce_profileviewer, ce_semver;
//{$IF lcl_fullversion<>1060400}
// {$STOP 'LCL version is not compatible. 1.6.4 is needed for latest Coedit release'}
//{$ENDIF}
type
TCEApplicationOptions = class;