# HG changeset patch # User Mark Doliner # Date 1070350899 0 # Node ID 29bcd6e3da33d11cb06f13ae8388c0b2a4f537f8 # Parent 557f72040bdf028862c23143074dff796430753a [gaim-migrate @ 8341] I'm trying to be nice to Sean to make up for me disagreeing with him eleventybillion times today. committer: Tailor Script diff -r 557f72040bdf -r 29bcd6e3da33 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Tue Dec 02 07:33:43 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Dec 02 07:41:39 2003 +0000 @@ -2889,11 +2889,12 @@ yahoo_packet_free(pkt); } +#if 0 static gboolean yahoo_has_send_file(GaimConnection *gc, const char *who) { return TRUE; } - +#endif static GaimPlugin *my_protocol = NULL;