--- a/libpurple/protocols/gg/chat.c Tue Jun 17 22:24:37 2014 -0700 +++ b/libpurple/protocols/gg/chat.c Wed Jun 18 11:40:53 2014 +0200 @@ -33,8 +33,6 @@ #include "utils.h" #include "message-prpl.h" -#if GGP_ENABLE_GG11 - typedef struct _ggp_chat_local_info ggp_chat_local_info; struct _ggp_chat_session_data @@ -611,13 +609,3 @@ purple_timeout_add(1, ggp_chat_roomlist_get_list_finish, roomlist); return roomlist; } - -#else -void ggp_chat_setup(PurpleConnection *gc) -{ -} - -void ggp_chat_cleanup(PurpleConnection *gc) -{ -} -#endif