diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:06:20 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:06:20 +0100 |
commit | 2e4997d9e7448a1cfdb2fe406cea078837d9f983 (patch) | |
tree | 63eb2f9869383d06fd9a44ed9316346fea6b5517 /FICS/ficsmain.h | |
parent | 14bdbdaa22b062a8a7301f78e36fc4940eef978a (diff) |
Deleted variable declaration
Diffstat (limited to 'FICS/ficsmain.h')
-rw-r--r-- | FICS/ficsmain.h | 3 |
1 files changed, 0 insertions, 3 deletions
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" |