--- a/libpurple/protocols/oscar/misc.c Wed Jul 28 16:30:04 2010 +0000 +++ b/libpurple/protocols/oscar/misc.c Wed Jul 28 17:43:58 2010 +0000 @@ -77,29 +77,6 @@ byte_stream_destroy(&bs); } -void -aim_genericreq_s(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype, guint16 *shortdata) -{ - ByteStream bs; - aim_snacid_t snacid; - - if (!shortdata) - { - aim_genericreq_n(od, conn, family, subtype); - return; - } - - byte_stream_new(&bs, 2); - - snacid = aim_cachesnac(od, family, subtype, 0x0000, NULL, 0); - - byte_stream_put16(&bs, *shortdata); - - flap_connection_send_snac(od, conn, family, subtype, 0x0000, snacid, &bs); - - byte_stream_destroy(&bs); -} - /* * Should be generic enough to handle the errors for all groups. *