Skip to content

Commit 400362c

Browse files
committed
Remove function.
1 parent f451bac commit 400362c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

QT_Py_Timer/QT_Py_Hydration_Reminder.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
4141
RED_ALERT = "Red Alert"
4242

4343

44-
def minutes_to_seconds(minutes):
45-
"""
46-
Convert minutes to seconds for use with time.monotonic().
47-
48-
:param minutes: The number of minutes. Can be a float, e.g. 0.5 for half a minute.
49-
"""
50-
seconds = minutes * 60
51-
return seconds
52-
53-
5444
def gradient(color_one, color_two, blend_weight):
5545
"""
5646
Blend between two colors with a given ratio.

0 commit comments

Comments
 (0)