mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 01:23:17 +02:00
Removed debug code.
This commit is contained in:
parent
ddea1c64bc
commit
817be6d5b6
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ void PluginContainer::setFullscreen(const QScreen* target, bool hideMenu) {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma optimize("", off)
|
|
||||||
void PluginContainer::unsetFullscreen(const QScreen* avoid) {
|
void PluginContainer::unsetFullscreen(const QScreen* avoid) {
|
||||||
auto _window = getPrimaryWindow();
|
auto _window = getPrimaryWindow();
|
||||||
_window->showNormal();
|
_window->showNormal();
|
||||||
|
|
Loading…
Reference in a new issue