libpurple/xfer.h

changeset 40256
39eb6d1b71ff
parent 40255
42922708e18e
child 40257
e6692de3b4de
--- a/libpurple/xfer.h	Sat Dec 21 20:44:34 2019 -0500
+++ b/libpurple/xfer.h	Sat Dec 21 21:09:12 2019 -0500
@@ -101,10 +101,6 @@
  * @new_xfer: UI op that's called after a new transfer is created.
  * @destroy: UI op that's called when a transfer is being destroyed.
  * @add_xfer: UI op that's called when a transfer should be added to the UI.
- * @cancel_local: UI op that's called when a transfer has been cancelled on the
- *                local end.
- * @cancel_remote: UI op that's called when a transfer has been cancelled on
- *                 the remote end.
  * @add_thumbnail: Op to create a thumbnail image for a file transfer
  *
  * File transfer UI operations.
@@ -117,8 +113,6 @@
 	void (*new_xfer)(PurpleXfer *xfer);
 	void (*destroy)(PurpleXfer *xfer);
 	void (*add_xfer)(PurpleXfer *xfer);
-	void (*cancel_local)(PurpleXfer *xfer);
-	void (*cancel_remote)(PurpleXfer *xfer);
 	void (*add_thumbnail)(PurpleXfer *xfer, const gchar *formats);
 };
 

mercurial