X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4262848117c2844a0e1f82638f1bad36150fbe05..125e7c11c16f23daa4c594f3b8d90194099c2394:/src/gtk/combobox.cpp diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index e5a8a75d6d..643a622132 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -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; }