From 447d875976e16b19835a48b92020f96e9e902a35 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 17 Aug 2020 18:27:45 +0200 Subject: [PATCH] Removed unused lines from driveclick --- src/driveclick.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/driveclick.cpp b/src/driveclick.cpp index 5c7fea6d..a1397b45 100644 --- a/src/driveclick.cpp +++ b/src/driveclick.cpp @@ -20,12 +20,6 @@ #include "events.h" #include "driveclick.h" -#ifdef AMIBERRY -SDL_AudioSpec wav_spec; -Uint32 wav_length; -Uint8* wav_buffer; -#endif - static struct drvsample drvs[4][DS_END]; static int freq = 44100;