Fix wrong comment before wxDisplayFactorySingle::CreateDisplay()

This method is not static.
This commit is contained in:
Vadim Zeitlin
2018-09-29 23:08:05 +02:00
parent 77e33d9e1b
commit 9f37d91498

View File

@@ -241,7 +241,6 @@ int wxDisplayFactory::GetFromWindow(const wxWindow *window)
// wxDisplayFactorySingle implementation // wxDisplayFactorySingle implementation
// ============================================================================ // ============================================================================
/* static */
wxDisplayImpl *wxDisplayFactorySingle::CreateDisplay(unsigned n) wxDisplayImpl *wxDisplayFactorySingle::CreateDisplay(unsigned n)
{ {
// we recognize the main display only // we recognize the main display only