From 72f8fd974d97b4baa4b7b80b8fd52cc87e653249 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Mon, 17 Dec 2012 08:18:22 +1030 Subject: [PATCH] screen: remove duplicate definition of sb_lines Signed-off-by: Kevin Shanahan --- QW/client/screen.c | 1 - include/screen.h | 1 - 2 files changed, 2 deletions(-) diff --git a/QW/client/screen.c b/QW/client/screen.c index 608e3ef..4aa1892 100644 --- a/QW/client/screen.c +++ b/QW/client/screen.c @@ -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; diff --git a/include/screen.h b/include/screen.h index 94349a6..611fa58 100644 --- a/include/screen.h +++ b/include/screen.h @@ -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;