diff options
Diffstat (limited to 'src/osc_tri.c')
-rw-r--r-- | src/osc_tri.c | 2 |
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; |