Author: arj
Date: Mon Jan  7 10:36:00 2008
New Revision: 20
URL: http://svn.gnome.org/viewvc/nemo?rev=20&view=rev

Log:
Remove unused method



Modified:
   trunk/gtk/Common.cs

Modified: trunk/gtk/Common.cs
==============================================================================
--- trunk/gtk/Common.cs (original)
+++ trunk/gtk/Common.cs Mon Jan  7 10:36:00 2008
@@ -212,17 +212,5 @@
                                        return "";
                        }
                }
-               
-               public static T[] convert_to_array<T>(List<T> list)
-               {
-                       T[] t = new T[list.Count];
-                       int index = 0;
-                       foreach (T element in list) {
-                               t[index] = element;
-                               ++index;
-                       }
-                       
-                       return t;
-               }
        }
 }
_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to