From 176bc89e2205766c5eaed5537ab87bb1ecf8cd8c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 18 Dec 2016 12:29:43 -0800 Subject: [PATCH] Fix stray line from maint merge. --- src/libqof/qof/gnc-date.cpp | 1 - 1 file changed, 1 deletion(-) 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; }