libpurple/util.h

branch
soc.2013.gobjectification.plugins
changeset 37134
07746c9a04bf
parent 37133
832cd077145e
parent 35797
894cdc67db89
child 37135
6271bcdee576
--- 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.
  *

mercurial