X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=DanUtil.pde;h=097c61f38598afd49e1ad284310122444e6f3d6d;hb=42a424d76b6ed74ffae8d72215e912d66a3d4bf6;hp=bdb18c0d1ae93924d451d19c13b4ccd0177bcd37;hpb=887295bc99acacc01721b2c30e1ed4a4271982d0;p=SugarCubes.git diff --git a/DanUtil.pde b/DanUtil.pde index bdb18c0..097c61f 100644 --- a/DanUtil.pde +++ b/DanUtil.pde @@ -61,7 +61,6 @@ public class DParam extends BasicParameter { double dflt; DParam (String label, double value) { super(label,value); dflt=value; } void set (double value) { super.setValue(value); } - void reset () { super.setValue(dflt); } float Val () { return getValuef(); } } //----------------------------------------------------------------------------------------------------------------------------------