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_info.py
parent82b21ba1663b253b4bde318599eedd062b5e9f64 (diff)
2.5 UI scripts:
* Removed some unused code.
Diffstat (limited to 'release/scripts/ui/space_info.py')
-rw-r--r--release/scripts/ui/space_info.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index 57cd13c5420..0c7dabf7ae5 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -326,8 +326,6 @@ class INFO_MT_render(bpy.types.Menu):
def draw(self, context):
layout = self.layout
- # rd = context.scene.render
-
layout.operator("render.render", text="Render Image", icon='RENDER_STILL')
layout.operator("render.render", text="Render Animation", icon='RENDER_ANIMATION').animation = True