diff src/debug.h @ 11504:921f64947cad

[gaim-migrate @ 13749] Make gaim_debug_vargs static. It was commented for removal and with the gadu-gadu changes, nothing else needs it to be non-static. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 05:16:59 +0000
parents bb0d7b719af2
children fc464a0abccc
line wrap: on
line diff
--- a/src/debug.h	Sun Sep 11 05:14:52 2005 +0000
+++ b/src/debug.h	Sun Sep 11 05:16:59 2005 +0000
@@ -61,21 +61,6 @@
 /**
  * Outputs debug information.
  *
- * This differs from gaim_debug() in that it takes a va_list.
- *
- * @param level    The debug level.
- * @param category The category (or @c NULL).
- * @param format   The format string.
- * @param args     The format parameters.
- *
- * @see gaim_debug()
- */
-void gaim_debug_vargs(GaimDebugLevel level, const char *category,
-					  const char *format, va_list args);
-
-/**
- * Outputs debug information.
- *
  * @param level    The debug level.
  * @param category The category (or @c NULL).
  * @param format   The format string.