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>2022-09-05 18:47:27 +0300
committerRichard Antalik <richardantalik@gmail.com>2022-09-05 18:49:46 +0300
commit70da5a1434efb5d1639264d8a0c49b56e8fc5db6 (patch)
tree96204d41e36595c916ea5b2b8fd34e12ffdea9bc /source/blender
parent7f70b9958410a16c9288112924703598b49a5c0c (diff)
Cleanup: Remove unused code for VSE waveform drawing
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_draw.c12
1 files changed, 0 insertions, 12 deletions
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,