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:
Paul Cornett
2006-05-09 16:54:24 +00:00
parent 6d0ce565ff
commit 8539643021
2 changed files with 1 additions and 7 deletions

View File

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