remove unused field

This commit is contained in:
Basile Burg 2016-06-18 09:06:05 +02:00
parent 3818075c28
commit 4bb368d8a2
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ type
protected
fIsDockable: boolean;
fIsModal: boolean;
fID: string;
// a descendant overrides to implement a periodic update.
procedure updateLoop; virtual;
// a descendant overrides to implement an imperative update.