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:
Geert Janssens 2012-08-01 13:54:32 +00:00
parent cb992f0423
commit 3f5105198d
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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;
}