mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
Ahem... Remove unused var that I introduced for testing values. There were 4 of them and I removed 3. Ed pointed this out to me. Thanks, Ed.
This commit is contained in:
parent
722d0d67e3
commit
fb419a9bdd
@ -366,7 +366,6 @@ void TimerRecordDialog::PopulateOrExchange(ShuttleGui& S)
|
||||
wxString strFormat1 = wxT("099 days 024 h 060 m 060 s");
|
||||
m_pTimeTextCtrl_Duration = new TimeTextCtrl(this, ID_TIMETEXT_DURATION, strFormat1);
|
||||
m_pTimeTextCtrl_Duration->SetName(_("Duration"));
|
||||
wxLongLong sex = m_TimeSpan_Duration.GetSeconds();
|
||||
m_pTimeTextCtrl_Duration->SetTimeValue(m_TimeSpan_Duration.GetSeconds().ToDouble());
|
||||
S.AddWindow(m_pTimeTextCtrl_Duration);
|
||||
m_pTimeTextCtrl_Duration->EnableMenu(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user