From d9761208e5aa22ee4af3e294abe400eda53afbbf Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Thu, 20 Aug 2015 16:27:36 +0200 Subject: [PATCH] Remove documentation notes to OS X prior 10.5. Since these prior versions are not supported by the cocoa or carbon builds these notes are no longer required in the documentation. --- interface/wx/srchctrl.h | 4 ---- interface/wx/sysopt.h | 1 - 2 files changed, 5 deletions(-) diff --git a/interface/wx/srchctrl.h b/interface/wx/srchctrl.h index 571082dcf8..51410de7bb 100644 --- a/interface/wx/srchctrl.h +++ b/interface/wx/srchctrl.h @@ -120,8 +120,6 @@ public: Returns the search button visibility value. If there is a menu attached, the search button will be visible regardless of the search button visibility value. - - This always returns @false in Mac OS X v10.3 */ virtual bool IsSearchButtonVisible() const; @@ -148,8 +146,6 @@ public: Sets the search button visibility value on the search control. If there is a menu attached, the search button will be visible regardless of the search button visibility value. - - This has no effect in Mac OS X v10.3 */ virtual void ShowSearchButton(bool show); diff --git a/interface/wx/sysopt.h b/interface/wx/sysopt.h index 30d9461da0..0a2d55b9e8 100644 --- a/interface/wx/sysopt.h +++ b/interface/wx/sysopt.h @@ -118,7 +118,6 @@ Tells wxListCtrl to use the generic control even when it is capable of using the native control instead. Also known as wxMAC_ALWAYS_USE_GENERIC_LISTCTRL. @flag{mac.textcontrol-use-spell-checker} - This option only has effect for Mac OS X 10.4 and higher. If 1 activates the spell checking in wxTextCtrl. @flag{osx.openfiledialog.always-show-types} Per default a wxFileDialog with wxFD_OPEN does not show a types-popup on OS X but allows