diff mcabber/src/hbuf.c @ 1424:bb1cc8902d0e

Allow "/buffer list" when debugging mode is disabled
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:19:48 +0100
parents 757ebe4df0b9
children 0121b6f3047c
line wrap: on
line diff
--- a/mcabber/src/hbuf.c	Sun Feb 17 21:15:30 2008 +0100
+++ b/mcabber/src/hbuf.c	Sun Feb 17 21:19:48 2008 +0100
@@ -412,7 +412,6 @@
   return g_list_nth(hbuf, pc*hlen/100);
 }
 
-#ifdef ENABLE_DEBUG
 //  hbuf_get_blocks_number()
 // Returns the number of allocated hbuf_block's.
 guint hbuf_get_blocks_number(GList *hbuf)
@@ -427,6 +426,5 @@
   }
   return count;
 }
-#endif
 
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */