[gnome-chess] PGN: remove empty default constructor



commit 042f99bbf945ea4356279bfa2911bd6709f28bd6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Jan 15 22:03:01 2014 -0600

    PGN: remove empty default constructor

 src/chess-pgn.vala |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/chess-pgn.vala b/src/chess-pgn.vala
index 88a9c78..0b94a87 100644
--- a/src/chess-pgn.vala
+++ b/src/chess-pgn.vala
@@ -226,10 +226,6 @@ public class PGN
 {
     public List<PGNGame> games;
 
-    public PGN ()
-    {
-    }
-
     public PGN.from_string (string data) throws PGNError
     {
         // FIXME: Feed through newline at end to make sure parsing complete


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]