unused member variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -513,8 +513,7 @@ void wxTextCtrl::Init()
|
||||
m_ignoreNextUpdate =
|
||||
m_modified = false;
|
||||
SetUpdateFont(false);
|
||||
m_text =
|
||||
m_vScrollbar = (GtkWidget *)NULL;
|
||||
m_text = NULL;
|
||||
m_frozenness = 0;
|
||||
m_gdkHandCursor = NULL;
|
||||
m_gdkXTermCursor = NULL;
|
||||
@@ -561,9 +560,6 @@ bool wxTextCtrl::Create( wxWindow *parent,
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
m_vScrollbarVisible = false;
|
||||
|
||||
bool multi_line = (style & wxTE_MULTILINE) != 0;
|
||||
|
||||
if (multi_line)
|
||||
|
Reference in New Issue
Block a user