From c4cff9b543714d6c786345e662e9cdd4ff29fa80 Mon Sep 17 00:00:00 2001 From: scribam Date: Wed, 5 Sep 2018 22:52:32 +0200 Subject: [PATCH] clang-tidy: remove redundant "apply_swizzle_remap" declaration --- rpcs3/Emu/RSX/GL/GLTexture.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/RSX/GL/GLTexture.h b/rpcs3/Emu/RSX/GL/GLTexture.h index 3f66bfcdfd..3bec84504d 100644 --- a/rpcs3/Emu/RSX/GL/GLTexture.h +++ b/rpcs3/Emu/RSX/GL/GLTexture.h @@ -33,8 +33,6 @@ namespace gl void upload_texture(GLuint id, u32 texaddr, u32 gcm_format, u16 width, u16 height, u16 depth, u16 mipmaps, bool is_swizzled, rsx::texture_dimension_extended type, const std::vector& subresources_layout); - std::array apply_swizzle_remap(const std::array& swizzle_remap, const std::pair, std::array>& decoded_remap); - class sampler_state { GLuint samplerHandle = 0;