diff options
Diffstat (limited to 'src/gl_draw.c')
-rw-r--r-- | src/gl_draw.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gl_draw.c b/src/gl_draw.c index d906239..5eb40aa 100644 --- a/src/gl_draw.c +++ b/src/gl_draw.c @@ -233,9 +233,6 @@ void R_DrawFillEx( int x, int y, int w, int h, const color_t color ) { _GL_StretchPic( x, y, w, h, 0, 0, 1, 1, color, TEXNUM_WHITE, 0 ); } -void R_FadeScreen( void ) { -} - static inline void draw_char( int x, int y, int c, qboolean alt, image_t *image ) { float s, t; |