mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
Remove unused, depreciated functions
Patch by Robert Fewell git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22277 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cb992f0423
commit
3f5105198d
@ -591,12 +591,6 @@ AC_ARG_ENABLE( profile,
|
||||
CFLAGS="${CFLAGS} -pg"
|
||||
LDFLAGS="${LDFLAGS} -pg")
|
||||
|
||||
AC_ARG_ENABLE( ref-counts-dumps,
|
||||
[AS_HELP_STRING([--enable-ref-counts-dumps],[compile with ref count dumps])],
|
||||
AC_DEFINE(DEBUG_REFERENCE_COUNTING,1,[Enable reference count dumps])
|
||||
AC_DEFINE(DEBUG_REFERENCE_COUNTING,0,[Enable reference count dumps]) )
|
||||
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### OFX
|
||||
want_ofx=auto
|
||||
|
@ -53,9 +53,6 @@ gnc_gobject_tracking_table (void)
|
||||
if (!singleton)
|
||||
{
|
||||
singleton = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL);
|
||||
#if DEBUG_REFERENCE_COUNTING
|
||||
gtk_quit_add (0, (GSourceFunc)gnc_gobject_tracking_dump, NULL);
|
||||
#endif
|
||||
}
|
||||
return singleton;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user