]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxDatePickerCtrlGeneric::SetFormat() which didn't exist but was declared...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jul 2009 16:49:29 +0000 (16:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jul 2009 16:49:29 +0000 (16:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/datectrl.h
interface/wx/datectrl.h

index 28461eb130bb9a9b16a07d46c48b6a3dbf7ff8c3..de60cabf4ada6645ca7d3102c73bbd0d21be371a 100644 (file)
@@ -57,7 +57,6 @@ public:
                       const wxDateTime& upperdate = wxDefaultDateTime);
 
     // extra methods available only in this (generic) implementation
-    bool SetFormat(const wxString& fmt);
     wxCalendarCtrl *GetCalendar() const;
 
 
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