removed empty and unused CalculateScrollbar() method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -138,7 +138,6 @@ public:
|
|||||||
bool SetBackgroundColour(const wxColour& colour);
|
bool SetBackgroundColour(const wxColour& colour);
|
||||||
|
|
||||||
GtkWidget* GetConnectWidget();
|
GtkWidget* GetConnectWidget();
|
||||||
void CalculateScrollbar();
|
|
||||||
|
|
||||||
void SetUpdateFont(bool WXUNUSED(update)) { }
|
void SetUpdateFont(bool WXUNUSED(update)) { }
|
||||||
|
|
||||||
|
@@ -866,11 +866,6 @@ bool wxTextCtrl::Create( wxWindow *parent,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void wxTextCtrl::CalculateScrollbar()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
wxString wxTextCtrl::GetValue() const
|
wxString wxTextCtrl::GetValue() const
|
||||||
{
|
{
|
||||||
wxCHECK_MSG( m_text != NULL, wxEmptyString, wxT("invalid text ctrl") );
|
wxCHECK_MSG( m_text != NULL, wxEmptyString, wxT("invalid text ctrl") );
|
||||||
|
Reference in New Issue
Block a user