[Bf-blender-cvs] [70da5a1434e] master: Cleanup: Remove unused code for VSE waveform drawing

Richard Antalik noreply at git.blender.org
Mon Sep 5 17:50:10 CEST 2022


Commit: 70da5a1434efb5d1639264d8a0c49b56e8fc5db6
Author: Richard Antalik
Date:   Mon Sep 5 17:47:27 2022 +0200
Branches: master
https://developer.blender.org/rB70da5a1434efb5d1639264d8a0c49b56e8fc5db6

Cleanup: Remove unused code for VSE waveform drawing

===================================================================

M	source/blender/editors/space_sequencer/sequencer_draw.c

===================================================================

diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index 0bacbde8240..bb027c99546 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -519,18 +519,6 @@ static void draw_seq_waveform_overlay(
   MEM_freeN(waveform_data);
 }
 
-#if 0
-static size_t *waveform_append(WaveVizData *waveform_data,
-                               vec2f pos,
-                               const float value_min,
-                               const float value_max,
-                               const float y_mid,
-                               const float y_scale,
-                               const float rms,
-                               const bool is_clipping,
-                               const bool is_line_strip)
-#endif
-
 static void drawmeta_contents(Scene *scene,
                               Sequence *seqm,
                               float x1,



More information about the Bf-blender-cvs mailing list