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:
Vadim Zeitlin 2006-12-04 11:39:27 +00:00
parent e23d401900
commit 403e664e5b
2 changed files with 0 additions and 6 deletions

View File

@ -138,7 +138,6 @@ public:
bool SetBackgroundColour(const wxColour& colour);
GtkWidget* GetConnectWidget();
void CalculateScrollbar();
void SetUpdateFont(bool WXUNUSED(update)) { }

View File

@ -866,11 +866,6 @@ bool wxTextCtrl::Create( wxWindow *parent,
return true;
}
void wxTextCtrl::CalculateScrollbar()
{
}
wxString wxTextCtrl::GetValue() const
{
wxCHECK_MSG( m_text != NULL, wxEmptyString, wxT("invalid text ctrl") );