aboutsummaryrefslogtreecommitdiff
path: root/src/components/sound.py
diff options
context:
space:
mode:
authortassaron2017-07-27 22:15:41 -0400
committertassaron2017-07-27 22:15:41 -0400
commit6ecb6df23628de65c9efd8cac4810fdf74238c3d (patch)
treebb2f950b3a4bdc3da1c29891b634e68e12b92610 /src/components/sound.py
parent6fc0398602c42a3d219ec92163c480c1833ab0c2 (diff)
some minor bugfixes
Diffstat (limited to 'src/components/sound.py')
-rw-r--r--src/components/sound.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/sound.py b/src/components/sound.py
index aff43d3..26ecf93 100644
--- a/src/components/sound.py
+++ b/src/components/sound.py
@@ -21,9 +21,6 @@ class Component(Component):
'sound': None,
})
- def preFrameRender(self, **kwargs):
- pass
-
def properties(self):
props = ['static', 'audio']
if not os.path.exists(self.sound):