From 5c8c249db9436fe1741ebcce17b96fbb98bc418f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2015 11:50:59 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"[Summary]=20Adding=20missing=20initia?= =?UTF-8?q?lization=20of=20the=20date=20&time=20formats.=20=E2=80=9CInit?= =?UTF-8?q?=20trashes=E2=80=9D=20caused=20a=20bit=20ruined=20logic=20of=20?= =?UTF-8?q?the=20export=20dialog."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c9a190b7470d29bc6528195323a907a8d619c1d4. Change was already in place (and used correct initialization order as well). --- libs/ardour/export_filename.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/export_filename.cc b/libs/ardour/export_filename.cc index ef4fbea02b..945af25dee 100644 --- a/libs/ardour/export_filename.cc +++ b/libs/ardour/export_filename.cc @@ -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),