Fix clang build [-Werror,-Wunused-const-variable]

This commit is contained in:
AJR 2020-09-28 10:20:06 -04:00
parent dfe9d6ff8e
commit 84d4b2ab67
2 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,6 @@
#include "emu.h"
#include "audio/gomoku.h"
constexpr int DEFGAIN = 48;
// device type definition
DEFINE_DEVICE_TYPE(GOMOKU_SOUND, gomoku_sound_device, "gomoku_sound", "Gomoku Narabe Renju Custom Sound")

View File

@ -11,8 +11,6 @@
#include "emu.h"
#include "audio/wiping.h"
static constexpr int defgain = 48;
DEFINE_DEVICE_TYPE(WIPING_CUSTOM, wiping_sound_device, "wiping_sound", "Wiping Custom Sound")
wiping_sound_device::wiping_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)