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:
authorRichard Antalik <richardantalik@gmail.com>2021-09-13 18:47:16 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-09-13 18:48:57 +0300
commit9fe6854a939169756895be680774ed1f66f206e7 (patch)
tree50fe8a7edafcd3a9b93103025a1431d449ddc0fa
parent4f73d43adc38a54c8b033ca3e91e9d61e927b665 (diff)
Cleanup: Remove duplicate code
Class SEQUENCER_PT_overlay as defined twice.
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index be669b1fe86..258797c18da 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -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'