summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/synth.c')
-rw-r--r--apps/plugins/midi/synth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c
index bcfd79499b..d053ebf535 100644
--- a/apps/plugins/midi/synth.c
+++ b/apps/plugins/midi/synth.c
@@ -23,11 +23,6 @@
23 23
24extern struct plugin_api * rb; 24extern struct plugin_api * rb;
25 25
26struct Event * getEvent(struct Track * tr, int evNum)
27{
28 return tr->dataBlock + (evNum*sizeof(struct Event));
29}
30
31void readTextBlock(int file, char * buf) 26void readTextBlock(int file, char * buf)
32{ 27{
33 char c = 0; 28 char c = 0;