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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user