removed unneeded cleanup code on Linux

This commit is contained in:
Mike Erwin
2011-06-27 20:18:04 +00:00
parent edd5980436
commit 0f8a1ed8af

View File

@@ -63,10 +63,7 @@ GHOST_NDOFManagerX11::GHOST_NDOFManagerX11(GHOST_System& sys)
GHOST_NDOFManagerX11::~GHOST_NDOFManagerX11()
{
if (m_available)
{
spnav_remove_events(SPNAV_EVENT_ANY); // ask nuclear if this is needed
spnav_close();
}
}
bool GHOST_NDOFManagerX11::available()