From 124e1494d744288a6a0a693fe5c38a03233f219a Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Wed, 10 Mar 2021 18:30:30 +0100 Subject: [PATCH] plugins/shader: remove unused Texture_ForName function declaration It looks to be a leftover from QE4. --- plugins/shaders/shaders.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/shaders/shaders.cpp b/plugins/shaders/shaders.cpp index fe545564..a78a6602 100644 --- a/plugins/shaders/shaders.cpp +++ b/plugins/shaders/shaders.cpp @@ -93,9 +93,6 @@ void FreeShaders(); void LoadShaderFile( const char *filename ); -qtexture_t *Texture_ForName( const char *filename ); - - /*! NOTE TTimo: there is an important distinction between SHADER_NOT_FOUND and SHADER_NOTEX: SHADER_NOT_FOUND means we didn't find the raw texture or the shader for this -- 2.39.2