remove redundant GTK_WIDGET casts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -244,7 +244,7 @@ void wxScrollBar::SetRange(int range)
|
||||
|
||||
GdkWindow *wxScrollBar::GTKGetWindow(wxArrayGdkWindows& WXUNUSED(windows)) const
|
||||
{
|
||||
return GTK_WIDGET(GTK_RANGE(m_widget))->window;
|
||||
return m_widget->window;
|
||||
}
|
||||
|
||||
// static
|
||||
|
Reference in New Issue
Block a user