aboutsummaryrefslogtreecommitdiffstats
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/port.h b/src/port.h
index 6b5e522..89185b1 100644
--- a/src/port.h
+++ b/src/port.h
@@ -24,7 +24,6 @@ typedef struct {
void* widget; ///< Control widget, if applicable
size_t buf_size; ///< Custom buffer size, or 0
uint32_t index; ///< Port index
- float control; ///< For control ports, otherwise 0.0f
bool reports_latency; ///< For control port outputs
bool is_primary; ///< True for main control/reponse channel
} JalvPort;