[gbrainy] PDF_DUMP no longer need since there is a PDF export option



commit b78e27b093c0b681042875a2a1e17be0c6ae1f24
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Mar 27 20:20:53 2011 +0200

    PDF_DUMP no longer need since there is a PDF export option

 src/Core/Main/GameManager.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/Core/Main/GameManager.cs b/src/Core/Main/GameManager.cs
index 35e5361..be9b760 100644
--- a/src/Core/Main/GameManager.cs
+++ b/src/Core/Main/GameManager.cs
@@ -75,9 +75,6 @@ namespace gbrainy.Core.Main
 			play_list = new List <int> ();
 			cnt_logic = cnt_memory = cnt_calculation = cnt_verbal = 0;
 			RandomOrder = true;
-#if PDF_DUMP
-			GeneratePDF ();
-#endif
 		}
 
 		public GameTypes AvailableGameTypes {



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