engine: remove R_DrawTileClear from RefAPI

This commit is contained in:
Alibek Omarov
2024-11-03 02:21:38 +03:00
parent f079e63737
commit 6cd2dbf178
8 changed files with 1 additions and 93 deletions

View File

@@ -346,7 +346,6 @@ void R_ClearDecals( void );
// gl_draw.c
//
void R_Set2DMode( qboolean enable );
void R_DrawTileClear( int texnum, int x, int y, int w, int h );
void R_UploadStretchRaw( int texture, int cols, int rows, int width, int height, const byte *data );
//