mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix clang build [-Werror,-Wunused-const-variable]
This commit is contained in:
parent
dfe9d6ff8e
commit
84d4b2ab67
@ -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")
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user