--- deliantra/server/include/client.h 2006/12/21 23:37:05 1.15 +++ deliantra/server/include/client.h 2006/12/23 00:14:29 1.17 @@ -79,7 +79,6 @@ /* The following is the setup for a ring buffer for storing output * data that the OS can't handle right away. */ - struct Buffer { char data[SOCKETBUFSIZE]; @@ -94,14 +93,8 @@ ST_PLAYING, // logged in an playing ST_CUSTOM, // waiting for custom reply - ST_PLAY_AGAIN, - ST_ROLL_STAT, - ST_CHANGE_CLASS, ST_CONFIRM_QUIT, - ST_CONFIGURE, - ST_GET_NAME, - ST_GET_PASSWORD, - ST_CONFIRM_PASSWORD, + ST_CHANGE_CLASS, ST_GET_PARTY_PASSWORD, };