unused variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
// data
|
// data
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
extern wxCursor g_globalCursor;
|
|
||||||
extern wxWindowGTK *g_delayedFocus;
|
extern wxWindowGTK *g_delayedFocus;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -1612,9 +1611,6 @@ void wxTextCtrl::OnUpdateRedo(wxUpdateUIEvent& event)
|
|||||||
|
|
||||||
void wxTextCtrl::OnInternalIdle()
|
void wxTextCtrl::OnInternalIdle()
|
||||||
{
|
{
|
||||||
wxCursor cursor = m_cursor;
|
|
||||||
if (g_globalCursor.Ok()) cursor = g_globalCursor;
|
|
||||||
|
|
||||||
if (g_delayedFocus == this)
|
if (g_delayedFocus == this)
|
||||||
{
|
{
|
||||||
if (GTK_WIDGET_REALIZED(m_widget))
|
if (GTK_WIDGET_REALIZED(m_widget))
|
||||||
|
Reference in New Issue
Block a user