fix compile (nw)

This commit is contained in:
Lord-Nightmare 2016-03-26 22:22:34 -04:00
parent a90599b902
commit 852240ddf2

View File

@ -25,7 +25,6 @@ target_manager::target_manager(texture_manager& textures)
: m_textures(textures)
, m_screen_count(0)
{
(void)m_options; // prevent carping about unused variable
}
target_manager::~target_manager()