aboutsummaryrefslogtreecommitdiff
path: root/voice.py
diff options
context:
space:
mode:
Diffstat (limited to 'voice.py')
-rw-r--r--voice.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/voice.py b/voice.py
index 14961c1..f440a68 100644
--- a/voice.py
+++ b/voice.py
@@ -114,9 +114,3 @@ class VSumMixer(Voice):
self.voices = list(voices)
def __call__(self, theta):
return norm_amp(sum([i(theta) for i in self.voices]))
-
-class object(object):
- def __init__(self):
- this_obj = object()
-
-foo = object()