Cleanup: Remove duplicate code

Class SEQUENCER_PT_overlay as defined twice.
This commit is contained in:
Richard Antalik 2021-09-13 17:47:16 +02:00
parent 4f73d43adc
commit 9fe6854a93
Notes: blender-bot 2023-02-14 12:01:57 +01:00
Referenced by issue #91395, 2 out of 6 bytes produced by BLI_rng_get_char_n() are predictable
1 changed files with 0 additions and 10 deletions

View File

@ -191,16 +191,6 @@ class SEQUENCER_PT_overlay(Panel):
pass
class SEQUENCER_PT_overlay(Panel):
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'HEADER'
bl_label = "Overlays"
bl_ui_units_x = 7
def draw(self, _context):
pass
class SEQUENCER_PT_preview_overlay(Panel):
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'HEADER'