DEL remove useless code master
authorPowerKiKi <adrien.crivelli@gmail.com>
Mon, 3 Aug 2009 08:50:02 +0000 (10:50 +0200)
committerPowerKiKi <adrien.crivelli@gmail.com>
Mon, 3 Aug 2009 08:50:02 +0000 (10:50 +0200)
Src/Power_Colors.adb

index b0c1051..6ca2c36 100644 (file)
@@ -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;