Remove a functionally dead symbol.

The only purpose clearnotify seemed to be serving was to stop the console
plugin from loading :P
This commit is contained in:
Bill Currie 2012-04-12 17:05:42 +09:00
parent 7fc99f9c60
commit 633f70b2f1
3 changed files with 0 additions and 4 deletions

View file

@ -54,7 +54,6 @@ extern float scr_con_current;
extern int sb_lines;
extern int clearnotify; // set to 0 whenever notify text is drawn
extern qboolean scr_disabled_for_loading;
extern qboolean scr_skipupdate;
extern qboolean hudswap;

View file

@ -680,7 +680,6 @@ draw_console (view_t *view)
static void
draw_say (view_t *view)
{
clearnotify = 0;
r_data->scr_copytop = 1;
if (chat_team) {
@ -715,7 +714,6 @@ draw_notify (view_t *view)
continue;
text = con->text + (i % con_totallines) * con_linewidth;
clearnotify = 0;
r_data->scr_copytop = 1;
r_funcs->Draw_nString (x, y, text, con_linewidth);

View file

@ -109,7 +109,6 @@ qpic_t *scr_turtle;
int scr_fullupdate;
int clearconsole;
int clearnotify;
viddef_t vid; // global video state