mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 13:26:00 +02:00
Removed faulty assert
This commit is contained in:
parent
f251b6e58e
commit
98d0b90789
1 changed files with 0 additions and 4 deletions
|
@ -1084,11 +1084,7 @@ namespace IDE.ui
|
||||||
|
|
||||||
public ~this()
|
public ~this()
|
||||||
{
|
{
|
||||||
//Debug.WriteLine("Autocomplete ~this {}", this);
|
|
||||||
|
|
||||||
Close(false);
|
Close(false);
|
||||||
|
|
||||||
Debug.Assert(mInvokeWidget == null);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static ~this()
|
static ~this()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue