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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-08-08 20:29:07 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-08-08 20:29:29 +0300
commit76e24609fd6133023ddff5d16fea8cbc74e45207 (patch)
tree9b1bfea9f5ef08acc87d01a1c5de414123dc7da5 /release
parent3f1873111ed8dc3f0f42f16e157ac4be2c948696 (diff)
Cleanup: Remove stale/dead code
This seems to be really old code from 2.4 or earlier. I was unable to find when it was removed gitk and git blame both couldnt find anything. However, it is safe to say that this code is long gone.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 0fceb864ac2..061c5b8cd34 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -826,12 +826,6 @@ class IMAGE_HT_header(Header):
row = layout.row()
row.prop(sima, "display_channels", icon_only=True)
- row = layout.row(align=True)
- if ima.type == 'COMPOSITE':
- row.operator("image.record_composite", icon='REC')
- if ima.type == 'COMPOSITE' and ima.source in {'MOVIE', 'SEQUENCE'}:
- row.operator("image.play_composite", icon='PLAY')
-
class IMAGE_MT_editor_menus(Menu):
bl_idname = "IMAGE_MT_editor_menus"