X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..c47d0f2eb1fa40b287ad8bd16b593e3f6daa96e4:/src/gtk1/textctrl.cpp diff --git a/src/gtk1/textctrl.cpp b/src/gtk1/textctrl.cpp index 4d206d3c6d..51169aaa60 100644 --- a/src/gtk1/textctrl.cpp +++ b/src/gtk1/textctrl.cpp @@ -695,9 +695,9 @@ void wxTextCtrl::SetSelection( long from, long to ) gtk_editable_select_region( GTK_EDITABLE(m_text), (gint)from, (gint)to ); } -void wxTextCtrl::ShowPosition( long pos ) +void wxTextCtrl::ShowPosition( long WXUNUSED(pos) ) { - SetInsertionPoint( pos ); +// SetInsertionPoint( pos ); } long wxTextCtrl::GetInsertionPoint() const