libpurple/protocols/yahoo/ymsg.h

changeset 37207
e666f49a3e86
parent 37195
3032113d656e
--- a/libpurple/protocols/yahoo/ymsg.h	Tue Jul 21 15:07:09 2015 -0400
+++ b/libpurple/protocols/yahoo/ymsg.h	Tue Jul 21 22:38:27 2015 -0400
@@ -114,21 +114,6 @@
 	YAHOO_STATUS_DISCONNECTED = -1 /* 0xffffffff; in ymsg 15. doesnt mean the normal sense of 'disconnected' */
 };
 
-/*
- * Yahoo federated networks.  Key 241 in ymsg.
- * If it doesn't exist, it is on Yahoo's netowrk.
- * It if does exist, send to another IM network.
- */
-
-typedef enum {
-	YAHOO_FEDERATION_NONE = 0, /* No federation - Yahoo! network */
-	YAHOO_FEDERATION_OCS = 1,  /* LCS or OCS private networks */
-	YAHOO_FEDERATION_MSN = 2,  /* MSN or Windows Live network */
-	YAHOO_FEDERATION_IBM = 9,  /* IBM/Sametime network */
-	YAHOO_FEDERATION_PBX = 100 /* Yahoo! Pingbox service */
-} YahooFederation;
-
-
 struct yahoo_buddy_icon_upload_data {
 	PurpleConnection *gc;
 	char *filename;
@@ -330,8 +315,6 @@
 
 char *yahoo_convert_to_numeric(const char *str);
 
-YahooFederation yahoo_get_federation_from_name(const char *who);
-
 /* yahoo_profile.c */
 void yahoo_get_info(PurpleConnection *gc, const char *name);
 

mercurial