mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix stray line from maint merge.
This commit is contained in:
parent
4979eb62a7
commit
176bc89e22
@ -1442,6 +1442,5 @@ gnc_date_load_funcs (void)
|
|||||||
{
|
{
|
||||||
Testfuncs *tf = g_slice_new (Testfuncs);
|
Testfuncs *tf = g_slice_new (Testfuncs);
|
||||||
tf->timespec_normalize = timespec_normalize;
|
tf->timespec_normalize = timespec_normalize;
|
||||||
tf->timezone_new_local = gnc_g_time_zone_new_local;
|
|
||||||
return tf;
|
return tf;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user