mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
7b3dc52906
commit
1a9baafe30
|
@ -385,14 +385,12 @@ begin
|
|||
end;
|
||||
{$ENDREGION}
|
||||
|
||||
{$REGION TCEMainMenuSubject ----------------------------------------------------}
|
||||
{$REGION Misc subjects ---------------------------------------------------------}
|
||||
function TCEMainMenuSubject.acceptObserver(aObject: TObject): boolean;
|
||||
begin
|
||||
exit(aObject is ICEMainMenuProvider);
|
||||
end;
|
||||
{$ENDREGION}
|
||||
|
||||
{$REGION Misc subjects ---------------------------------------------------------}
|
||||
function TCEEditableShortCutSubject.acceptObserver(aObject: TObject): boolean;
|
||||
begin
|
||||
exit(aObject is ICEEditableShortCut);
|
||||
|
|
Loading…
Reference in New Issue