]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datectrl.h
fixing wrong version commit
[wxWidgets.git] / interface / wx / datectrl.h
index e3caf9453ce2bc83c9b45ce76810d43d2bbca766..0d5afbab32e92f9d9b322e05efbee882b1d6ed8d 100644 (file)
@@ -124,17 +124,6 @@ public:
     */
     virtual wxDateTime GetValue() const = 0;
 
-    /**
-        Sets the display format for the date in the control. See wxDateTime for
-        the meaning of format strings.
-
-        @note This function is only available in the generic version of this
-              control. The native version always uses the current system locale.
-
-        @remarks If the format parameter is invalid, the behaviour is undefined.
-    */
-    bool SetFormat(const wxString& format);
-
     /**
         Sets the valid range for the date selection. If @a dt1 is valid, it
         becomes the earliest date (inclusive) accepted by the control. If