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:
@@ -186,10 +186,8 @@ private:
|
|||||||
void ChangeFontGlobally();
|
void ChangeFontGlobally();
|
||||||
|
|
||||||
GtkWidget *m_text;
|
GtkWidget *m_text;
|
||||||
GtkWidget *m_vScrollbar;
|
|
||||||
|
|
||||||
bool m_modified:1;
|
bool m_modified:1;
|
||||||
bool m_vScrollbarVisible:1;
|
|
||||||
bool m_ignoreNextUpdate:1;
|
bool m_ignoreNextUpdate:1;
|
||||||
|
|
||||||
// Our text buffer. Convenient, and holds the buffer while using
|
// Our text buffer. Convenient, and holds the buffer while using
|
||||||
|
@@ -513,8 +513,7 @@ void wxTextCtrl::Init()
|
|||||||
m_ignoreNextUpdate =
|
m_ignoreNextUpdate =
|
||||||
m_modified = false;
|
m_modified = false;
|
||||||
SetUpdateFont(false);
|
SetUpdateFont(false);
|
||||||
m_text =
|
m_text = NULL;
|
||||||
m_vScrollbar = (GtkWidget *)NULL;
|
|
||||||
m_frozenness = 0;
|
m_frozenness = 0;
|
||||||
m_gdkHandCursor = NULL;
|
m_gdkHandCursor = NULL;
|
||||||
m_gdkXTermCursor = NULL;
|
m_gdkXTermCursor = NULL;
|
||||||
@@ -561,9 +560,6 @@ bool wxTextCtrl::Create( wxWindow *parent,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
m_vScrollbarVisible = false;
|
|
||||||
|
|
||||||
bool multi_line = (style & wxTE_MULTILINE) != 0;
|
bool multi_line = (style & wxTE_MULTILINE) != 0;
|
||||||
|
|
||||||
if (multi_line)
|
if (multi_line)
|
||||||
|
Reference in New Issue
Block a user