gnucash master: Fix stray line from maint merge.

John Ralls jralls at code.gnucash.org
Sun Dec 18 15:29:51 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/176bc89e (commit)
	from  https://github.com/Gnucash/gnucash/commit/4979eb62 (commit)



commit 176bc89e2205766c5eaed5537ab87bb1ecf8cd8c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 18 12:29:43 2016 -0800

    Fix stray line from maint merge.

diff --git a/src/libqof/qof/gnc-date.cpp b/src/libqof/qof/gnc-date.cpp
index 515bba5..899880a 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;
 }



Summary of changes:
 src/libqof/qof/gnc-date.cpp | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list