]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/display.h
Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and...
[wxWidgets.git] / interface / wx / display.h
index cf116c9a9b8c6aae5c40ddd4fece6a4f1f865f26..20811d75809b8d64f813aa021007452a852ea2cf 100644 (file)
@@ -63,19 +63,13 @@ public:
     /**
         Returns the number of connected displays.
     */
-    static unsigned GetCount();
+    static unsigned int GetCount();
 
     /**
         Returns the current video mode that this display is in.
     */
     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.