Author: danw
Date: 2005-05-04 11:51:23 -0400 (Wed, 04 May 2005)
New Revision: 44033

Modified:
   trunk/gtk-sharp/gtk/TreeModelFilter.custom
Log:
remove one more method that should have gone away with yesterday's commit


Modified: trunk/gtk-sharp/gtk/TreeModelFilter.custom
===================================================================
--- trunk/gtk-sharp/gtk/TreeModelFilter.custom  2005-05-04 14:59:15 UTC (rev 
44032)
+++ trunk/gtk-sharp/gtk/TreeModelFilter.custom  2005-05-04 15:51:23 UTC (rev 
44033)
@@ -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);
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to