From 7163b3183566e477057943dd2f325d4984a76eef Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 15 May 2019 00:14:46 +0200 Subject: [PATCH] Remove unused code. --- shared/ref_counted_gl_sync.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shared/ref_counted_gl_sync.h b/shared/ref_counted_gl_sync.h index 5604e9e..e613942 100644 --- a/shared/ref_counted_gl_sync.h +++ b/shared/ref_counted_gl_sync.h @@ -27,12 +27,6 @@ private: return glFenceSync(condition, flags); } - static void locked_glDeleteSync(GLsync sync) - { - std::lock_guard lock(fence_lock); - glDeleteSync(sync); - } - static std::mutex fence_lock; }; -- 2.39.2