From 946186b6e5fc352d58d2c1a3c4608cca972d2e98 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 5 Mar 2014 21:11:57 +0100 Subject: [PATCH] remove slot_onmove --- sndiod/dev.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sndiod/dev.c b/sndiod/dev.c index 958061f..949f7db 100644 --- a/sndiod/dev.c +++ b/sndiod/dev.c @@ -914,12 +914,6 @@ dev_full_cycle(struct dev *d) } } -void -slot_onmove(struct slot *s, int delta) -{ - -} - /* * called at every clock tick by the device */