plugins/shader: remove unused Texture_ForName function declaration

It looks to be a leftover from QE4.
This commit is contained in:
Thomas Debesse 2021-03-10 18:30:30 +01:00 committed by Garux
parent 9feec41e31
commit 42c00bfc67

View File

@ -85,8 +85,6 @@ Callback g_ActiveShadersChangedNotify;
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: