remove one more method that should have gone away with yesterday's commit
svn path=/trunk/gtk-sharp/; revision=44033
This commit is contained in:
parent
a7d8b64f7a
commit
9367bf618d
1 changed files with 0 additions and 6 deletions
|
@ -58,12 +58,6 @@
|
|||
return ret;
|
||||
}
|
||||
|
||||
[Obsolete ("Replaced by VisibleFunc property.")]
|
||||
public void SetVisibleFunc (TreeModelFilterVisibleFunc func, IntPtr data, Gtk.DestroyNotify destroy)
|
||||
{
|
||||
VisibleFunc = func;
|
||||
}
|
||||
|
||||
[DllImport("libgtk-win32-2.0-0.dll")]
|
||||
static extern void gtk_tree_model_filter_set_modify_func(IntPtr raw, int n_columns, IntPtr[] types, GtkSharp.TreeModelFilterModifyFuncNative func, IntPtr data, GLib.DestroyNotify destroy);
|
||||
|
||||
|
|
Loading…
Reference in a new issue