Remove unused static variable from wxMSW wxDisplay code

This should have been done in f936a54000
which removed dynamic loading of display-related functions.

No real changes.
This commit is contained in:
Vadim Zeitlin
2019-07-12 16:34:00 +02:00
parent 7d229dd695
commit fda3bcbfc5

View File

@@ -105,8 +105,6 @@ protected:
#define MDT_EFFECTIVE_DPI 0
#endif
static const wxChar displayDllName[] = wxT("user32.dll");
namespace
{