Skip to content

Commit

Permalink
- removed unneeded add time function call
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Jul 25, 2023
1 parent 5c7c3de commit 0622b34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Notepad Light/Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,9 +1001,6 @@ public void ViewTimers()

if (fTimers.isResumeTimer)
{
// add the timer to the list of timers before updating with the time to resume
//AddTime(TimerDescriptionTextbox.Text.Trim(), TimerToolStripLabel.Text);

// update the main timer ui
TimerDescriptionTextbox.Text = fTimers.resumeDescription;
ResetTimer();
Expand Down

0 comments on commit 0622b34

Please sign in to comment.