diff src/debug.c @ 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 e1e5462b7d81
line wrap: on
line diff
--- a/src/debug.c	Sun Sep 11 05:14:52 2005 +0000
+++ b/src/debug.c	Sun Sep 11 05:16:59 2005 +0000
@@ -40,9 +40,7 @@
  */
 static gboolean debug_enabled = FALSE;
 
-/* XXX I want to make this static but gg uses this for internal debug level
- * stuff and I don't really feel like unwrapping it right now. -Etan */
-void
+static void
 gaim_debug_vargs(GaimDebugLevel level, const char *category,
 				 const char *format, va_list args)
 {