mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +02:00
remove unused slotted function
This commit is contained in:
parent
c4cccc6ef7
commit
afdf95c894
1 changed files with 0 additions and 15 deletions
|
@ -1295,21 +1295,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
setCrashAnnotation("display_plugin", displayPlugin->getName().toStdString());
|
||||
setCrashAnnotation("hmd", displayPlugin->isHmd() ? "1" : "0");
|
||||
});
|
||||
connect(this, &Application::activeDisplayPluginChanged, this, [&](){
|
||||
#if !defined(Q_OS_ANDROID)
|
||||
if (!getLoginDialogPoppedUp() && _desktopRootItemCreated) {
|
||||
/* if (isHMDMode()) {*/
|
||||
//createAvatarInputsBar();
|
||||
//auto offscreenUi = getOffscreenUI();
|
||||
//offscreenUi->hide(AVATAR_INPUTS_BAR_QML.toString());
|
||||
//} else {
|
||||
//destroyAvatarInputsBar();
|
||||
//auto offscreenUi = getOffscreenUI();
|
||||
//offscreenUi->show(AVATAR_INPUTS_BAR_QML.toString(), "AvatarInputsBar");
|
||||
/*}*/
|
||||
}
|
||||
#endif
|
||||
});
|
||||
connect(this, &Application::activeDisplayPluginChanged, this, &Application::updateSystemTabletMode);
|
||||
connect(this, &Application::activeDisplayPluginChanged, this, [&](){
|
||||
if (getLoginDialogPoppedUp()) {
|
||||
|
|
Loading…
Reference in a new issue