mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02:00
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.
This commit is contained in:
parent
fd73fead6f
commit
5882074979
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -226,9 +226,6 @@ static GBSearchConfig g_class_closure_bconfig = {
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user