mirror of https://gitlab.com/basile.b/dexed.git
clean up
This commit is contained in:
parent
c865145041
commit
de34bed12d
|
@ -16,10 +16,7 @@ uses
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
// TODO-cfeature: options
|
|
||||||
|
|
||||||
{ TCEMainForm }
|
{ TCEMainForm }
|
||||||
|
|
||||||
TCEMainForm = class(TForm, ICEMultiDocObserver, ICEEditableShortCut)
|
TCEMainForm = class(TForm, ICEMultiDocObserver, ICEEditableShortCut)
|
||||||
actFileCompAndRun: TAction;
|
actFileCompAndRun: TAction;
|
||||||
actFileSaveAll: TAction;
|
actFileSaveAll: TAction;
|
||||||
|
@ -388,9 +385,6 @@ end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
{$REGION TCEPersistentMainMrus -------------------------------------------------}
|
{$REGION TCEPersistentMainMrus -------------------------------------------------}
|
||||||
|
|
||||||
//fProjMru: TCEMRUFileList;
|
|
||||||
//fFileMru: TCEMRUFileList;
|
|
||||||
procedure TCEPersistentMainMrus.setProjMru(aValue: TCEMRUFileList);
|
procedure TCEPersistentMainMrus.setProjMru(aValue: TCEMRUFileList);
|
||||||
begin
|
begin
|
||||||
fProjMruPt.assign(aValue);
|
fProjMruPt.assign(aValue);
|
||||||
|
|
Loading…
Reference in New Issue