unused variables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2006-05-12 17:06:05 +00:00
parent 78c9181500
commit cb1476c34d

View File

@ -36,7 +36,6 @@
// data
//-----------------------------------------------------------------------------
extern wxCursor g_globalCursor;
extern wxWindowGTK *g_delayedFocus;
// ----------------------------------------------------------------------------
@ -1612,9 +1611,6 @@ void wxTextCtrl::OnUpdateRedo(wxUpdateUIEvent& event)
void wxTextCtrl::OnInternalIdle()
{
wxCursor cursor = m_cursor;
if (g_globalCursor.Ok()) cursor = g_globalCursor;
if (g_delayedFocus == this)
{
if (GTK_WIDGET_REALIZED(m_widget))