screen: remove duplicate definition of sb_lines

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-12-17 08:18:22 +10:30
parent 3fb9f56f03
commit 72f8fd974d
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ qpic_t *scr_turtle;
int scr_fullupdate;
int clearconsole;
int clearnotify;
int sb_lines;
vrect_t *pconupdate;
vrect_t scr_vrect;

View File

@ -43,7 +43,6 @@ extern float scr_conlines; // lines of console to display
extern float scr_centertime_off;
extern int scr_fullupdate; // set to 0 to force full redraw
extern int sb_lines;
extern int clearnotify; // set to 0 whenever notify text is drawn
extern qboolean scr_disabled_for_loading;