foxygit / doom Log in
commit c4a6c7cae800662d03bc750155f677f150212a8d
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 17:33:45 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300

    strife: Remove unnecessary sendpause extern declaration
---
 src/strife/m_menu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index 31bf7eac..8846e434 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -126,7 +126,6 @@ boolean                 menuindialog;   // haleyjd 09/04/10: ditto
 #define CURSORXOFF		-28
 #define LINEHEIGHT		19

-extern boolean		sendpause;
 char			savegamestrings[10][SAVESTRINGSIZE];

 char	endstring[160];