X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=pbo_frame_allocator.h;h=321842bcff08ee5d7477433dcd1f90ffe9d1b1fe;hb=ab30e757e8a5f39acae77e833e168d732ae37073;hp=5e6a519b667ae1bf0a35a4b4ab3a903d49b6eced;hpb=5c8dc09f89df0f25434bcefc9102438d2b491df2;p=nageru diff --git a/pbo_frame_allocator.h b/pbo_frame_allocator.h index 5e6a519..321842b 100644 --- a/pbo_frame_allocator.h +++ b/pbo_frame_allocator.h @@ -35,8 +35,6 @@ public: }; private: - size_t frame_size; - std::mutex freelist_mutex; std::queue freelist; GLenum buffer;