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:
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_draw.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index eb2e4ef05e5..0bacbde8240 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -519,7 +519,7 @@ 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,
@@ -529,7 +529,7 @@ static size_t *waveform_append(WaveVizData *waveform_data,
const float rms,
const bool is_clipping,
const bool is_line_strip)
-*/
+#endif
static void drawmeta_contents(Scene *scene,
Sequence *seqm,