mirror of https://gitlab.com/basile.b/dexed.git
fix dead statement
This commit is contained in:
parent
e3e42ead05
commit
59d75f4323
|
@ -724,8 +724,8 @@ end;
|
|||
|
||||
function TCEEditableRunnableOptions.optionedWantContainer: TPersistent;
|
||||
begin
|
||||
exit(self);
|
||||
fBackup.assign(self);
|
||||
exit(self);
|
||||
end;
|
||||
|
||||
procedure TCEEditableRunnableOptions.optionedEvent(event: TOptionEditorEvent);
|
||||
|
|
Loading…
Reference in New Issue