--- deliantra/server/include/player.h 2007/04/24 00:42:02 1.48 +++ deliantra/server/include/player.h 2007/04/25 18:47:50 1.49 @@ -22,14 +22,6 @@ * The authors can be reached via e-mail at crossfire@schmorp.de */ -#define NUM_OUTPUT_BUFS 5 -struct Output_Buf -{ - shstr buf; /* Actual string pointer */ - uint32 first_update; /* First time this message was stored */ - uint16 count; /* How many times we got this message */ -}; - /* wand/rod/horn rolled into range_misc. They all use the same body location * anyways. */ @@ -186,7 +178,6 @@ /* MAP_CLIENT_.., the upper left is used */ shstr ACC (RW, invis_race); /* What race invisible to? */ - Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */ MTH static player *create ();