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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-06-08 16:35:25 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-08 16:35:25 +0300
commit9f2447cbd8161941fdc48360a3e60b264fe50bbf (patch)
tree83ddf1ffb877ec12166d94507aa0044f13514b42
parent70b3fb37819e5bb36de7d5e1f2c61db107dd23b0 (diff)
Code cleanup
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 7b009b9b45b..a480fa433e1 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1629,7 +1629,6 @@ class USERPREF_PT_studiolight_camera(Panel, StudioLightPanelMixin):
sl_orientation = 'CAMERA'
-
classes = (
USERPREF_HT_header,
USERPREF_PT_tabs,