(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
This commit is contained in:
@@ -302,7 +302,6 @@ struct NetworkChatWindow : public QueryStringBaseWindow {
|
||||
this->cancel_button = WID_NC_CLOSE;
|
||||
this->ok_button = WID_NC_SENDBUTTON;
|
||||
this->afilter = CS_ALPHANUMERAL;
|
||||
this->text.Initialize(this->edit_str_buf, this->edit_str_size);
|
||||
|
||||
static const StringID chat_captions[] = {
|
||||
STR_NETWORK_CHAT_ALL_CAPTION,
|
||||
|
Reference in New Issue
Block a user