1
0
Fork 0

remove redundant function

This commit is contained in:
mfranz 2006-03-11 11:10:58 +00:00
parent d43853763d
commit 7b3ef800cc

View file

@ -51,7 +51,7 @@
} }
var s = speed[current]; var s = speed[current];
maxspeed.setDoubleValue(s); maxspeed.setDoubleValue(s);
gui.popupTip(sprintf("MaxSpeed " ~ s ~ " m/s")); gui.popupTip("MaxSpeed " ~ s ~ " m/s");
} }
</script> </script>
</ufo> </ufo>