From c9e2b0d2b2f7bafa4bfa40d5c95d896cbd6754db Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 24 Dec 2016 12:26:22 +0100 Subject: [PATCH] wtf? (nw) --- src/devices/sound/votrax.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/devices/sound/votrax.h b/src/devices/sound/votrax.h index 2192166d351..dd39efc9eb4 100644 --- a/src/devices/sound/votrax.h +++ b/src/devices/sound/votrax.h @@ -16,8 +16,6 @@ #define MCFG_VOTRAX_SC01_REQUEST_CB(_devcb) \ devcb = &downcast(device)->set_ar_callback(DEVCB_##_devcb); -#include - class votrax_sc01_device : public device_t, public device_sound_interface { @@ -141,8 +139,6 @@ private: // Apply a filter and compute the result. 'a' is applied to x (inputs) and 'b' to y (outputs) template static double apply_filter(const double (&x)[Nx], const double (&y)[Ny], const double (&a)[Na], const double (&b)[Nb]) { - static_assert(Nx >= Na); - static_assert(Ny >= Nb); double total = 0; for(u32 i=0; i