summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-06-27 17:21:20 +0200
committerGitHub <noreply@github.com>2023-06-27 17:21:20 +0200
commitf254ce2c60fc3e59a98293e01198eff041c0eeaf (patch)
tree986dc5ea6604f1c5c26af120795c060b6f5e2ed7 /src/yuzu/main.h
parentMerge pull request #10916 from ameerj/lolmem (diff)
parentOnly use SDL wakelock on Linux (diff)
downloadyuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.tar
yuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.tar.gz
yuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.tar.bz2
yuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.tar.lz
yuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.tar.xz
yuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.tar.zst
yuzu-f254ce2c60fc3e59a98293e01198eff041c0eeaf.zip
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index e0e775d87..2cfb96257 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -504,8 +504,6 @@ private:
#ifdef __unix__
QSocketNotifier* sig_interrupt_notifier;
static std::array<int, 3> sig_interrupt_fds;
-
- QDBusObjectPath wake_lock{};
#endif
protected: