summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/video_core/video_core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h
index 9fbae8487..2dc07540f 100644
--- a/src/video_core/video_core.h
+++ b/src/video_core/video_core.h
@@ -4,7 +4,6 @@
#pragma once
-#include <atomic>
#include <memory>
class EmuWindow;
@@ -13,10 +12,6 @@ namespace VideoCore {
class RendererBase;
-// TODO: Wrap these in a user settings struct along with any other graphics settings (often set from
-// qt ui)
-extern std::atomic<bool> g_toggle_framelimit_enabled;
-
/**
* Creates a renderer instance.
*