From 403e664e5b3749060df8f526172a01e488cde6f3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Dec 2006 11:39:27 +0000 Subject: [PATCH] removed empty and unused CalculateScrollbar() method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/textctrl.h | 1 - src/gtk/textctrl.cpp | 5 ----- 2 files changed, 6 deletions(-) diff --git a/include/wx/gtk/textctrl.h b/include/wx/gtk/textctrl.h index 6d73a76004..fd5fb376c0 100644 --- a/include/wx/gtk/textctrl.h +++ b/include/wx/gtk/textctrl.h @@ -138,7 +138,6 @@ public: bool SetBackgroundColour(const wxColour& colour); GtkWidget* GetConnectWidget(); - void CalculateScrollbar(); void SetUpdateFont(bool WXUNUSED(update)) { } diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 7d04bd2eda..705c6868a7 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -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") ); -- 2.45.2