From 04b3dbe0a339c42d7b2085bcd6149e9277d699a1 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 12 Dec 2023 12:07:59 +0200 Subject: remove redundant osc end --- src/osc_tri.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/osc_tri.c') 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; -- cgit v1.2.3