13
0

Revert "[Summary] Adding missing initialization of the date &time formats. “Init trashes” caused a bit ruined logic of the export dialog."

This reverts commit c9a190b7470d29bc6528195323a907a8d619c1d4. Change was
already in place (and used correct initialization order as well).
This commit is contained in:
Paul Davis 2015-05-12 11:50:59 -04:00
parent fa3a843d61
commit 5c8c249db9

View File

@ -55,8 +55,6 @@ ExportFilename::ExportFilename (Session & session) :
include_timespan (true), // Include timespan name always
include_time (false),
include_date (false),
date_format (D_None),
time_format (T_None),
session (session),
revision (1),
date_format (D_None),