# HG changeset patch # User Sean Egan # Date 1178174871 0 # Node ID 53448dd9f4488f2f5cd84d233df0bba7668ee473 # Parent ac329899d3b68149aa646869b3f6773dd839c5bd Remove AOL emblem diff -r ac329899d3b6 -r 53448dd9f448 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Thu May 03 06:43:11 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu May 03 06:47:51 2007 +0000 @@ -5430,8 +5430,6 @@ return "bot"; if (userinfo->capabilities & OSCAR_CAPABILITY_HIPTOP) return "hiptop"; - if (userinfo->flags & AIM_FLAG_AOL) - return "aol-client"; if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM) return "secure"; }