X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76e9224eb2edea8afe45faa6a1cd1b2894d245c2..fa2370f16a290db54cfbc41ac608495a2aa9a33f:/interface/wx/display.h?ds=sidebyside diff --git a/interface/wx/display.h b/interface/wx/display.h index cf116c9a9b..6829465769 100644 --- a/interface/wx/display.h +++ b/interface/wx/display.h @@ -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.