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:
authorCampbell Barton <ideasman42@gmail.com>2014-04-24 23:31:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-24 23:36:16 +0400
commita15be343895d4f3481eb349b4d145ffbe1c10dce (patch)
treea49eb487e061df8e8378eeb3b2318c4d084babc2 /release/scripts/startup/bl_ui/properties_scene.py
parent16443b1ae0f79e853ce13f17a3513a12c5cd8883 (diff)
Code cleanup: unused python vars & imports
Use frosted rather then pyflakes
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_scene.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_scene.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py
index 10574c88abb..049161fdce8 100644
--- a/release/scripts/startup/bl_ui/properties_scene.py
+++ b/release/scripts/startup/bl_ui/properties_scene.py
@@ -182,7 +182,6 @@ class SCENE_PT_color_management(SceneButtonsPanel, Panel):
layout = self.layout
scene = context.scene
- rd = scene.render
col = layout.column()
col.label(text="Display:")