X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1294ada8e87725409f290328da02306e5c8f4eb..d935b42145c01cb82a0b74a5f9b1c34f40e0d711:/src/gtk/listbox.cpp diff --git a/src/gtk/listbox.cpp b/src/gtk/listbox.cpp index b3f4a76682..b4fa72e371 100644 --- a/src/gtk/listbox.cpp +++ b/src/gtk/listbox.cpp @@ -483,9 +483,6 @@ int wxListBox::DoInsertItems(const wxArrayStringsAdapter& items, g_object_unref (entry); } - if ( !HasClientData() ) - m_clientDataItemsType = type; - return pos + numItems - 1; }