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) {