summaryrefslogtreecommitdiffstats
path: root/src/osc_sound.c
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2023-12-12 12:07:59 +0200
committergramanas <anastasis.gramm2@gmail.com>2023-12-12 12:07:59 +0200
commit04b3dbe0a339c42d7b2085bcd6149e9277d699a1 (patch)
tree9d350791389d1d36a285e4a9a53e55fc33cdf4eb /src/osc_sound.c
parent89b515395310c4e84a84992d3f0bd11f8ded6d03 (diff)
downloadsynth-project-master.tar.gz
synth-project-master.tar.bz2
synth-project-master.zip
remove redundant osc endHEADmaster
Diffstat (limited to 'src/osc_sound.c')
-rw-r--r--src/osc_sound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osc_sound.c b/src/osc_sound.c
index cbdd7b5..e919e96 100644
--- a/src/osc_sound.c
+++ b/src/osc_sound.c
@@ -7,7 +7,6 @@ osc_t OSC_sound = {
.data = 0,
.len = 0,
.start = 0,
- .end = 0,
.type = WAVE,
};