libpurple/connection.h

branch
soc.2013.gobjectification
changeset 34904
dee62fd8249d
parent 34901
a19e5619aee3
parent 34321
f60fcab02bd4
child 34985
f7ff90f6c9c6
child 36621
3edd164b6a1a
--- a/libpurple/connection.h	Fri Aug 30 15:27:52 2013 +0530
+++ b/libpurple/connection.h	Sat Aug 31 02:20:52 2013 +0530
@@ -464,18 +464,6 @@
  */
 void purple_connection_update_last_received(PurpleConnection *gc);
 
-/**
- * Gets the maximum message size in bytes for the protocol. It may depend on
- * connection-specific variables (like protocol version).
- *
- * @see PurplePluginProtocolInfo#get_max_message_size
- *
- * @param gc The connection to query.
- * @return   Maximum message size, or 0 if unspecified or infinite.
- */
-gsize
-purple_connection_get_max_message_size(PurpleConnection *gc);
-
 /*@}*/
 
 /**************************************************************************/

mercurial