Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-02-28 17:25:40 +0300
committerThomas Dinges <blender@dingto.org>2011-02-28 17:25:40 +0300
commitcbf976e7a6af956506ed5d28ffb91f11125c132c (patch)
treee9a657399797ab855801a594d9e7cc17afe413bc /release/scripts/ui/space_time.py
parent82b21ba1663b253b4bde318599eedd062b5e9f64 (diff)
2.5 UI scripts:
* Removed some unused code.
Diffstat (limited to 'release/scripts/ui/space_time.py')
-rw-r--r--release/scripts/ui/space_time.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/ui/space_time.py b/release/scripts/ui/space_time.py
index 046274abc89..ba10c370389 100644
--- a/release/scripts/ui/space_time.py
+++ b/release/scripts/ui/space_time.py
@@ -141,7 +141,6 @@ class TIME_MT_frame(bpy.types.Menu):
def draw(self, context):
layout = self.layout
- # tools = context.tool_settings
layout.operator("marker.add", text="Add Marker")
layout.operator("marker.duplicate", text="Duplicate Marker")