libpurple/protocol.c

branch
soc.2013.gobjectification.plugins
changeset 36709
6e915db4db35
parent 36694
7b1fefd1e2ee
child 36716
94a965c18f01
--- a/libpurple/protocol.c	Fri Sep 13 18:54:28 2013 +0530
+++ b/libpurple/protocol.c	Fri Sep 13 19:02:07 2013 +0530
@@ -255,38 +255,6 @@
 	else \
 		return defaultreturn;
 
-PurpleConnection *
-purple_protocol_iface_connection_new(PurpleProtocol *protocol,
-                                     PurpleAccount *account,
-                                     const char *password)
-{
-	DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, connection_new, protocol,
-	                                 account, password);
-}
-
-PurpleRoomlist *
-purple_protocol_iface_roomlist_new(PurpleProtocol *protocol,
-                                   PurpleAccount *account)
-{
-	DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, roomlist_new, account);
-}
-
-PurpleWhiteboard *
-purple_protocol_iface_whiteboard_new(PurpleProtocol *protocol,
-                                     PurpleAccount *account, const char *who)
-{
-	DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, whiteboard_new, account,
-	                                 who);
-}
-
-PurpleXfer *
-purple_protocol_iface_xfer_new(PurpleProtocol *protocol, PurpleAccount *account,
-                               PurpleXferType type, const char *who)
-{
-	DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, xfer_new, account, type,
-	                                 who);
-}
-
 GList *
 purple_protocol_iface_get_actions(PurpleProtocol *protocol,
                                   PurpleConnection *gc)

mercurial