Browse Source

removed no-longer-used getNamePattern method

Darren Ranalli 17 years ago
parent
commit
cc91a12477
1 changed files with 0 additions and 7 deletions
  1. 0 7
      direct/src/task/TaskOrig.py

+ 0 - 7
direct/src/task/TaskOrig.py

@@ -183,13 +183,6 @@ class Task:
         self.time = currentTime - self.starttime
         self.time = currentTime - self.starttime
         self.frame = currentFrame - self.startframe
         self.frame = currentFrame - self.startframe
 
 
-    def getNamePattern(self, taskName=None):
-        # get a version of the task name that doesn't contain any numbers
-        digits = '0123456789'
-        if taskName is None:
-            taskName = self.name
-        return ''.join([c for c in taskName if c not in digits])
-
     def getNamePrefix(self):
     def getNamePrefix(self):
         # get a version of the task name, omitting a hyphen or
         # get a version of the task name, omitting a hyphen or
         # underscore followed by a string of digits at the end of the
         # underscore followed by a string of digits at the end of the