Skip to content

Commit

Permalink
RM unused Unit enum
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Mar 25, 2024
1 parent 56b9c97 commit b8fc74d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions supriya/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,13 +471,3 @@ class UnaryOperator(IntEnumeration):
THRU = 47
TRIANGLE_WINDOW = 51
WELCH_WINDOW = 50


class Unit(IntEnumeration):
UNDEFINED = 0
DECIBELS = 1
AMPLITUDE = 2
SECONDS = 3
MILLISECONDS = 4
HERTZ = 5
SEMITONES = 6

0 comments on commit b8fc74d

Please sign in to comment.