src/protocols/oscar/oft.c

changeset 13608
ea1ff832e306
parent 13593
3450a7cede99
child 13609
a6fbfad454b6
--- a/src/protocols/oscar/oft.c	Mon Apr 10 02:38:33 2006 +0000
+++ b/src/protocols/oscar/oft.c	Mon Apr 10 02:47:43 2006 +0000
@@ -244,8 +244,6 @@
 	if (gaim_circ_buffer_get_max_read(conn->buffer_outgoing) == 0)
 	{
 		conn->sending_data_timer = 0;
-		gaim_input_remove(conn->watcher_incoming);
-		conn->watcher_incoming = 0;
 		conn->xfer->fd = conn->fd;
 		conn->fd = -1;
 		gaim_xfer_start(conn->xfer, conn->xfer->fd, NULL, 0);

mercurial