Fix stray line from maint merge.

This commit is contained in:
John Ralls 2016-12-18 12:29:43 -08:00
parent 4979eb62a7
commit 176bc89e22

View File

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