minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -251,10 +251,8 @@ GtkWidget* wxComboBox::GetConnectWidget()
|
||||
return GTK_WIDGET( GetEntry() );
|
||||
}
|
||||
|
||||
GdkWindow *wxComboBox::GTKGetWindow(wxArrayGdkWindows& windows) const
|
||||
GdkWindow* wxComboBox::GTKGetWindow(wxArrayGdkWindows& /* windows */) const
|
||||
{
|
||||
wxUnusedVar(windows);
|
||||
|
||||
return GetEntry()->text_area;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user