nemo r20 - trunk/gtk
- From: arj svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: nemo r20 - trunk/gtk
 
- Date: Mon,  7 Jan 2008 10:36:00 +0000 (GMT)
 
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;
-		}
 	}
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]