gbrainy r338 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r338 - trunk/src
- Date: Sat, 10 May 2008 21:28:59 +0100 (BST)
Author: jmas
Date: Sat May 10 20:28:59 2008
New Revision: 338
URL: http://svn.gnome.org/viewvc/gbrainy?rev=338&view=rev
Log:
Remove unneeded allocation
Modified:
trunk/src/PlayerHistory.cs
Modified: trunk/src/PlayerHistory.cs
==============================================================================
--- trunk/src/PlayerHistory.cs (original)
+++ trunk/src/PlayerHistory.cs Sat May 10 20:28:59 2008
@@ -26,7 +26,7 @@
public class PlayerHistory
{
private string file, config_path;
- private List <GameHistory> games = new List <GameHistory> ();
+ private List <GameHistory> games;
[Serializable]
public class GameHistory
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]