diff options
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index 3aa1c7e..8ee083d 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -199,7 +199,6 @@ namespace Swift { /** * Set an alert on the window. * @param alertText Description of alert (required). - * @param buttonText Button text to use (optional, no button is shown if empty). * @return A handle to the alert message. */ virtual AlertID addAlert(const std::string& alertText) = 0; |