2005-12-30 Matthias Clasen <mclasen@redhat.com>
* gsignal.c: Remove the handler trash stack, which
is now unused.
+2005-12-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gsignal.c: Remove the handler trash stack, which
+ is now unused.
+
2005-12-24 Matthias Clasen <mclasen@redhat.com>
* gobject.symbols: Add new functions.
static GHashTable *g_handler_list_bsa_ht = NULL;
static Emission *g_recursive_emissions = NULL;
static Emission *g_restart_emissions = NULL;
-#ifndef DISABLE_MEM_POOLS
-static GTrashStack *g_handler_ts = NULL;
-#endif
static gulong g_handler_sequential_number = 1;
G_LOCK_DEFINE_STATIC (g_signal_mutex);
#define SIGNAL_LOCK() G_LOCK (g_signal_mutex)