From f70b0866904bda130b2f3981159c40dbd25fc4aa Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sun, 4 Feb 2024 23:56:57 -0700 Subject: [PATCH] Clean up exit from liboxide apps, will need a better way to force landscape detect on resume --- shared/liboxide/devicesettings.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/shared/liboxide/devicesettings.cpp b/shared/liboxide/devicesettings.cpp index 58e40ab82..47870b759 100644 --- a/shared/liboxide/devicesettings.cpp +++ b/shared/liboxide/devicesettings.cpp @@ -81,13 +81,6 @@ namespace Oxide { }else{ O_DEBUG(("Buttons input device: " + buttonsPath).c_str()); } - QTimer::singleShot(0, qApp, [this]{ - QObject::connect(signalHandler, &SignalHandler::sigCont, qApp, [this]{ - for(auto& callback : callbacks){ - callback(); - } - }); - }); } DeviceSettings::~DeviceSettings(){} bool DeviceSettings::checkBitSet(int fd, int type, int i) {