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:
authorHans Goudey <h.goudey@me.com>2022-09-05 19:31:39 +0300
committerHans Goudey <h.goudey@me.com>2022-09-05 19:31:39 +0300
commit4380e1f9006f8487e12af6601142c81633f0f476 (patch)
treec3792de5d298ea04432681db56a15b04c89cbe17 /source/blender/editors/space_sequencer/sequencer_draw.c
parent456177d8be9ea28d1c5565fbe538435095f5b503 (diff)
parent63cfc8f9f6d623f33b50c5c07976af2b22845713 (diff)
Merge branch 'master' into refactor-mesh-remove-pointersrefactor-mesh-remove-pointers
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_draw.c')
-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,