diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/rockboy/rbsound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/rbsound.c b/apps/plugins/rockboy/rbsound.c index 7d359d8..f4694a1 100644 --- a/apps/plugins/rockboy/rbsound.c +++ b/apps/plugins/rockboy/rbsound.c @@ -3,8 +3,6 @@ #include "pcm.h" #include "rc.h" -#define RBSOUND - struct pcm pcm; #define BUF_SIZE (8192) |