mirror of https://github.com/buggins/dlangui.git
fix deprecation warnings
This commit is contained in:
parent
d9163742a3
commit
098c061e0d
|
@ -685,7 +685,7 @@ version(USE_SDL) {
|
||||||
destroy(wnd);
|
destroy(wnd);
|
||||||
wnd = null;
|
wnd = null;
|
||||||
}
|
}
|
||||||
_windowMap.clear();
|
destroy(_windowMap);
|
||||||
disconnect();
|
disconnect();
|
||||||
}
|
}
|
||||||
void disconnect() {
|
void disconnect() {
|
||||||
|
|
Loading…
Reference in New Issue