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.
This commit is contained in:
Tobias Taschner
2015-08-20 16:27:36 +02:00
parent 3796744dac
commit d9761208e5
2 changed files with 0 additions and 5 deletions

View File

@@ -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);