From 80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Nov 2015 04:17:06 +0100 Subject: Cleanups --- src/apu.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/apu.c') diff --git a/src/apu.c b/src/apu.c index 58f2409..aa895e7 100644 --- a/src/apu.c +++ b/src/apu.c @@ -45,11 +45,6 @@ #include "soundux.h" #include "cpuexec.h" -/* For note-triggered SPC dump support */ -//#include "snapshot.h" - -//extern int NoiseFreq [32]; - #undef ABS #define ABS(a) ((a) < 0 ? -(a) : (a)) #define ENVX_SHIFT 24 -- cgit v1.2.3