aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/control.h b/src/control.h
index 46bc158..858f933 100644
--- a/src/control.h
+++ b/src/control.h
@@ -62,14 +62,6 @@ typedef struct {
ControlID** controls;
} Controls;
-/// Control change event, sent through ring buffers for UI updates
-typedef struct {
- uint32_t index;
- uint32_t protocol;
- uint32_t size;
- // Followed immediately by size bytes of data
-} ControlChange;
-
/// Create a new ID for a control port
ControlID*
new_port_control(LilvWorld* world,