From a71c81bc418573e79b0c7b6e0ee649b12d819121 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 22 Nov 2017 15:31:04 +0100 Subject: [PATCH] Remove unused GpuCtx stub class. --- TracyOpenGL.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index 7485c5f2..4bdb4d07 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -10,18 +10,6 @@ #define TracyGpuZoneC(x,y) #define TracyGpuCollect -namespace tracy -{ - -template -class GpuCtx -{ -public: - void Collect() {} -}; - -} - #else #include