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:
Dan Winship 2005-05-04 15:51:23 +00:00
parent a7d8b64f7a
commit 9367bf618d

View File

@ -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);