summaryrefslogtreecommitdiffstats
path: root/src/osc_tri.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_tri.c
parent89b515395310c4e84a84992d3f0bd11f8ded6d03 (diff)
downloadsynth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.tar.gz
synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.tar.bz2
synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.zip
remove redundant osc endHEADmaster
Diffstat (limited to 'src/osc_tri.c')
-rw-r--r--src/osc_tri.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osc_tri.c b/src/osc_tri.c
index fc3665d..f0c9951 100644
--- a/src/osc_tri.c
+++ b/src/osc_tri.c
@@ -3,7 +3,6 @@
osc_t OSC_tri = {
.name = "w_triangle",
.start = 0,
- .end = 4,
.len = 4,
};
@@ -61,7 +60,6 @@ make_tri(const char * name)
osc->data = NULL;
osc->len = 2;
osc->start = 0;
- osc->end = 2;
osc->type = WAVE;
osc->ops = &osc_operations;