From 7610554b1e87294fc946ca62ce01258a4b238151 Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 1 Apr 2022 22:56:32 -0700 Subject: hle: service: nvflinger: buffer_queue_core: Cleanup & fixes. --- src/core/hle/service/nvflinger/buffer_queue_core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/hle/service/nvflinger/buffer_queue_core.h') diff --git a/src/core/hle/service/nvflinger/buffer_queue_core.h b/src/core/hle/service/nvflinger/buffer_queue_core.h index 4dfd53387..e4e0937cb 100644 --- a/src/core/hle/service/nvflinger/buffer_queue_core.h +++ b/src/core/hle/service/nvflinger/buffer_queue_core.h @@ -73,8 +73,6 @@ private: u32 transform_hint{}; bool is_allocating{}; mutable std::condition_variable_any is_allocating_condition; - bool allow_allocation{true}; - u64 buffer_age{}; bool is_shutting_down{}; }; -- cgit v1.2.3