X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b91c4601f2cc8fab375dc49a0a1222d58065cfdb..4e878f44abee3e03cf981772e9c623f0c16408c9:/interface/wx/display.h diff --git a/interface/wx/display.h b/interface/wx/display.h index ec79b7066a..6829465769 100644 --- a/interface/wx/display.h +++ b/interface/wx/display.h @@ -27,7 +27,7 @@ public: The index of the display to use. This must be non-negative and lower than the value returned by GetCount(). */ - wxDisplay(unsigned int n = 0); + wxDisplay(unsigned int index = 0); /** Destructor. @@ -70,12 +70,6 @@ public: */ wxVideoMode GetCurrentMode() const; - /** - Returns the bit depth of the display whose index was passed to the - constructor. - */ - int GetDepth() const; - /** Returns the index of the display on which the given point lies, or @c wxNOT_FOUND if the point is not on any connected display.