From e214ef43325776321807f72cc4b266c23165da2c Mon Sep 17 00:00:00 2001 From: Test_User Date: Fri, 25 Aug 2023 17:42:12 -0400 Subject: Remove deprecated config --- config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.h b/config.h index 9474353..34be40d 100644 --- a/config.h +++ b/config.h @@ -32,8 +32,6 @@ #include "types.h" -extern struct string address; // = STRING("irc.nowhere.net"); -extern struct string port; // = STRING("1234"); extern struct string nick; // = STRING("HaxServ"); extern struct string server_name; // = STRING("hax.irc.nowhere.net"); -- cgit v1.2.3