mirror of https://gitlab.com/basile.b/dexed.git
remove unused field
This commit is contained in:
parent
3818075c28
commit
4bb368d8a2
|
@ -33,7 +33,6 @@ type
|
||||||
protected
|
protected
|
||||||
fIsDockable: boolean;
|
fIsDockable: boolean;
|
||||||
fIsModal: boolean;
|
fIsModal: boolean;
|
||||||
fID: string;
|
|
||||||
// a descendant overrides to implement a periodic update.
|
// a descendant overrides to implement a periodic update.
|
||||||
procedure updateLoop; virtual;
|
procedure updateLoop; virtual;
|
||||||
// a descendant overrides to implement an imperative update.
|
// a descendant overrides to implement an imperative update.
|
||||||
|
|
Loading…
Reference in New Issue