diff flax/TheShow.py @ 135:5670f66845ce

- results of work from 6.13 rehearsal
author dmcc
date Sat, 14 Jun 2003 15:00:47 +0000
parents 45b12307c695
children 83e2c4ceb79a
line wrap: on
line diff
--- a/flax/TheShow.py	Sat Jun 14 14:59:09 2003 +0000
+++ b/flax/TheShow.py	Sat Jun 14 15:00:47 2003 +0000
@@ -1,3 +1,5 @@
+
+
 from Timeline import *
 from Submaster import Submasters, sub_maxes
 
@@ -34,9 +36,6 @@
         "set time of current timeline"
         self.current_time = time
         self.current_timeline.set_time(time)
-    def get_timelines(self):
-        "Get names of all timelines"
-        return self.timelines.keys()
 
 # this is the default blender
 linear = LinearBlender()