From: PowerKiKi <adrien.crivelli@gmail.com>
Date: Mon, 3 Aug 2009 08:50:02 +0000 (+0200)
Subject: DEL remove useless code
X-Git-Url: https://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=HEAD;p=powerfractal.git

DEL remove useless code
---

diff --git a/Src/Power_Colors.adb b/Src/Power_Colors.adb
index b0c1051..6ca2c36 100644
--- a/Src/Power_Colors.adb
+++ b/Src/Power_Colors.adb
@@ -207,23 +207,6 @@ package body Power_Colors is
             tmp_2 := float(fractal.couleur(partie + 1).b) - float(fractal.couleur(partie).b);
             tmp   := tmp_2 * pourcentage + float(fractal.couleur(partie).b);
             matrice_tampon(x, y).b := limite(tmp);
-            
-                        
---            
---                        put(integer(partie), 0);
---                        put(": ");
---                        put(pourcentage, 0, 2, 0);
---                        put("%");
---                        put(matrice(x, y), 8, 2, 0);
---                        put(integer(matrice_tampon(x, y).r));
---                        put(" (");
---                        put(x, 3);
---                        put(y, 4);
---                        put(")");                        
---                        new_line;
---            
-         
-
 
          end loop;
       end loop;