diff -r 8826f95514fd -r b5b9c75a4b54 libpurple/protocols.h --- a/libpurple/protocols.h Thu May 15 10:16:32 2014 +0530 +++ b/libpurple/protocols.h Tue May 20 10:36:58 2014 +0530 @@ -78,8 +78,6 @@ * password prompt. * @OPT_PROTO_MAIL_CHECK: Notify on new mail. * MSN and Yahoo notify you when you have new mail. - * @OPT_PROTO_IM_IMAGE: Images in IMs. - * Oscar lets you send images in direct IMs. * @OPT_PROTO_PASSWORD_OPTIONAL: Allow passwords to be optional. * Passwords in IRC are optional, and are needed for certain * functionality. @@ -113,7 +111,6 @@ OPT_PROTO_CHAT_TOPIC = 0x00000008, OPT_PROTO_NO_PASSWORD = 0x00000010, OPT_PROTO_MAIL_CHECK = 0x00000020, - OPT_PROTO_IM_IMAGE = 0x00000040, OPT_PROTO_PASSWORD_OPTIONAL = 0x00000080, OPT_PROTO_USE_POINTSIZE = 0x00000100, OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200,