Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn committed Dec 21, 2023
1 parent f4135f1 commit 04f3528
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions src/Pomodoro_Timer.xlsb/Main.bas
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ Public Sub PomodoroSession()
ErrHandler:
Unload PomodoroTimer
End Sub


2 changes: 1 addition & 1 deletion src/Pomodoro_Timer.xlsb/PomodoroTimer.frm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Private Sub UserForm_Activate()
End Sub

Private Sub Launch_timer()

Dim calc_iniset As Variant: calc_iniset = Application.Calculation
OptimizeVbaPerformance True

Expand Down
2 changes: 0 additions & 2 deletions src/Pomodoro_Timer.xlsb/fctExcelIntances.bas
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ Private Function ArrayCountif(arr As Variant, criteria As Variant) As Long
End If
ArrayCountif = i
End Function


1 change: 0 additions & 1 deletion src/Pomodoro_Timer.xlsb/vbaOptimizeRuntime.bas
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ Sub OptimizeVbaPerformance(ByVal Optimize As Boolean, Optional Calculation As Va
.EnableEvents = Not (Optimize)
End With
End Sub

3 changes: 0 additions & 3 deletions src/Pomodoro_Timer.xlsb/winAlwaysOnTop.bas
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,3 @@ End Enum
ByVal lpWindowName As String) As Long

#End If



0 comments on commit 04f3528

Please sign in to comment.