aboutsummaryrefslogtreecommitdiff
path: root/board/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/board.c')
-rw-r--r--board/board.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/board.c b/board/board.c
deleted file mode 100644
index 0410aef..0000000
--- a/board/board.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "board.h"
-
-static fn_sound_play sound_play;
-
-void board_init(fn_sound_play sp)
-{
- sound_play = sp;
-} \ No newline at end of file