nemo r22 - trunk/common
- From: arj svn gnome org
- To: svn-commits-list gnome org
- Subject: nemo r22 - trunk/common
- Date: Mon, 7 Jan 2008 10:38:05 +0000 (GMT)
Author: arj
Date: Mon Jan 7 10:38:04 2008
New Revision: 22
URL: http://svn.gnome.org/viewvc/nemo?rev=22&view=rev
Log:
Remove unused function
Modified:
trunk/common/Common.cs
Modified: trunk/common/Common.cs
==============================================================================
--- trunk/common/Common.cs (original)
+++ trunk/common/Common.cs Mon Jan 7 10:38:04 2008
@@ -112,18 +112,6 @@
return lists;
}
- public static T[] 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;
- }
-
public static IEnumerable<int> ints()
{
int i = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]