NetPlayServer: encapsulate m_upnp_inited in initUPnP()

This commit is contained in:
Michael M 2017-08-07 10:14:15 -07:00
commit 9e81fec816
2 changed files with 8 additions and 12 deletions

View file

@ -136,8 +136,6 @@ private:
static struct IGDdatas m_upnp_data;
static std::string m_upnp_ourip;
static u16 m_upnp_mapped;
static bool m_upnp_inited;
static bool m_upnp_error;
static std::thread m_upnp_thread;
#endif
};