From e37468700d9048b8e2af72c5b0d0a2e4fc034ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 7 Nov 2020 00:57:26 +0100 Subject: [PATCH] Remove some accidentally added lines --- GPU/Common/FramebufferManagerCommon.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GPU/Common/FramebufferManagerCommon.h b/GPU/Common/FramebufferManagerCommon.h index 3df8b69acf..3f3388bb17 100644 --- a/GPU/Common/FramebufferManagerCommon.h +++ b/GPU/Common/FramebufferManagerCommon.h @@ -424,9 +424,4 @@ protected: FBO_OLD_AGE = 5, FBO_OLD_USAGE_FLAG = 15, }; - - // Thin3D stuff for reinterpreting image data between the various 16-bit formats. - // Safe, not optimal - there might be input attachment tricks, etc, but we can't use them - // since we don't want N different implementations. - Draw::Pipeline *reinterpretFromTo_[3][3]; };