From b552cf75361de56b01b4a7c15d2765aecd956b3c Mon Sep 17 00:00:00 2001 From: PowerKiKi Date: Mon, 3 Aug 2009 10:50:02 +0200 Subject: [PATCH] DEL remove useless code --- Src/Power_Colors.adb | 17 ----------------- 1 file changed, 17 deletions(-) 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; -- 2.43.0