mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Fixed the build: 'm_options' was not declared in this scope
This commit is contained in:
parent
a90599b902
commit
b5a8d466d0
@ -25,7 +25,7 @@ target_manager::target_manager(texture_manager& textures)
|
||||
: m_textures(textures)
|
||||
, m_screen_count(0)
|
||||
{
|
||||
(void)m_options; // prevent carping about unused variable
|
||||
//(void)m_options; // prevent carping about unused variable
|
||||
}
|
||||
|
||||
target_manager::~target_manager()
|
||||
|
Loading…
Reference in New Issue
Block a user