--- a/libpurple/util.h Mon Apr 07 20:02:22 2014 +0530 +++ b/libpurple/util.h Fri Apr 11 16:23:12 2014 +0530 @@ -1491,18 +1491,6 @@ char *purple_text_strip_mnemonic(const char *in); /** - * purple_add_eight: - * @x: The number to add 8 to. - * - * Adds 8 to something. - * - * Blame SimGuy. - * - * Returns: x + 8 - */ -#define purple_add_eight(x) ((x)+8) - -/** * purple_unescape_filename: * @str: The string to translate. *