diff options
Diffstat (limited to 'src/control.h')
-rw-r--r-- | src/control.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/control.h b/src/control.h index 46ca360..e0966f5 100644 --- a/src/control.h +++ b/src/control.h @@ -70,10 +70,6 @@ typedef struct { // Followed immediately by size bytes of data } ControlChange; -/// Order scale points by value -int -scale_point_cmp(const ScalePoint* a, const ScalePoint* b); - /// Create a new ID for a control port ControlID* new_port_control(LilvWorld* world, |