summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/gpu_debugger.h')
-rw-r--r--src/video_core/gpu_debugger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/gpu_debugger.h b/src/video_core/gpu_debugger.h
index fae5de7d1..a3aab216c 100644
--- a/src/video_core/gpu_debugger.h
+++ b/src/video_core/gpu_debugger.h
@@ -45,7 +45,6 @@ public:
45 45
46 private: 46 private:
47 GraphicsDebugger* observed; 47 GraphicsDebugger* observed;
48 bool in_destruction;
49 48
50 friend class GraphicsDebugger; 49 friend class GraphicsDebugger;
51 }; 50 };