Remove unused wxDisplayImpl::GetSizeMM()

This is not needed any longer after the changes of the last commit.

Note that the (still existent) public wxGetDisplaySizeMM() didn't use
this function, but used PPI instead.
This commit is contained in:
Vadim Zeitlin
2020-08-14 15:25:13 +02:00
parent bcb101b9e9
commit 434faa39e6
6 changed files with 0 additions and 89 deletions

View File

@@ -119,9 +119,6 @@ public:
// but can be also overridden directly, as is done in wxMSW
virtual wxSize GetPPI() const { return wxDisplay::GetStdPPI()*GetScaleFactor(); }
// return the physical size of the display or (0, 0) if unknown
virtual wxSize GetSizeMM() const { return wxSize(0, 0); }
// return the name (may be empty)
virtual wxString GetName() const { return wxString(); }