mirror of https://gitlab.com/basile.b/dexed.git
remove unused var
This commit is contained in:
parent
92802312e8
commit
17fe5f62d5
|
@ -1150,8 +1150,6 @@ end;
|
||||||
|
|
||||||
{$REGION Common/standard comp --------------------------------------------------}
|
{$REGION Common/standard comp --------------------------------------------------}
|
||||||
constructor TCEGdbWidget.create(aOwner: TComponent);
|
constructor TCEGdbWidget.create(aOwner: TComponent);
|
||||||
var
|
|
||||||
m: TCEListViewCopyMenu;
|
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
EntitiesConnector.addObserver(self);
|
EntitiesConnector.addObserver(self);
|
||||||
|
|
Loading…
Reference in New Issue