diff --git a/ChangeLog b/ChangeLog index 8df1a0b79..aac985f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * parser/gapi2xml.pl : generate vm elements for GInterfaces. Deal with G_CONST_RETURN in vms. deal with "struct _foo" types in method prototypes. + * gtk/ComboBox.custom : remove now correctly generated dllimport. 2004-11-13 Mike Kestner diff --git a/gtk/ComboBox.custom b/gtk/ComboBox.custom index f4b6aaec8..9794cf7ec 100644 --- a/gtk/ComboBox.custom +++ b/gtk/ComboBox.custom @@ -36,8 +36,6 @@ public Gtk.TreeModel Model { } } -[DllImport("libgtk-win32-2.0-0.dll")] -static extern IntPtr gtk_cell_layout_set_cell_data_func (IntPtr raw, IntPtr raw_renderer, GtkSharp.CellLayoutDataFuncNative func, IntPtr func_data, IntPtr destroy_notify); public void SetCellDataFunc (Gtk.CellRenderer renderer, Gtk.CellLayoutDataFunc func) {