From 2e4997d9e7448a1cfdb2fe406cea078837d9f983 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 00:06:20 +0100 Subject: Deleted variable declaration --- FICS/ficsmain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'FICS') diff --git a/FICS/ficsmain.h b/FICS/ficsmain.h index f75605d..80e1997 100644 --- a/FICS/ficsmain.h +++ b/FICS/ficsmain.h @@ -36,9 +36,6 @@ /* Players who have been idle for more than 1 hour is logged out */ #define MAX_IDLE_TIME 3600 -/* This is the socket that the current command came in on */ -extern int current_socket; - #define DEFAULT_PROMPT "fics% " #define MESS_WELCOME "welcome" -- cgit v1.2.3