diff --git a/src/libqof/qof/gnc-date.cpp b/src/libqof/qof/gnc-date.cpp index 515bba57ad..899880ab3c 100644 --- a/src/libqof/qof/gnc-date.cpp +++ b/src/libqof/qof/gnc-date.cpp @@ -1442,6 +1442,5 @@ gnc_date_load_funcs (void) { Testfuncs *tf = g_slice_new (Testfuncs); tf->timespec_normalize = timespec_normalize; - tf->timezone_new_local = gnc_g_time_zone_new_local; return tf; }