Remove some redundant comments

This commit is contained in:
SiboVG 2022-05-18 00:33:45 +02:00
parent 74ae3a03e0
commit 656d63f3d8
2 changed files with 0 additions and 8 deletions

View File

@ -1076,15 +1076,11 @@ NoseConeCfg.tab.ttip.Shoulder = Shoulder properties
! ParachuteConfig
Parachute.Parachute = Parachute
! Manufacturer see: table.column.Manufacturer = Manufacturer
! Part number see: table.column.PartNo = Part Number
! Description see: table.column.Description = Description
ParachuteCfg.lbl.Canopy = Canopy:
ParachuteCfg.lbl.CanopyShape = Canopy shape:
ParachuteCfg.lbl.Diameter = Diameter:
ParachuteCfg.lbl.SpillDia = Spill hole diameter:
ParachuteCfg.lbl.SurfaceArea = Surface area:
! Canopy material see: !SURFACE_MATERIAL
ParachuteCfg.combo.MaterialModel = The component material affects the weight of the component.
ParachuteCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
ParachuteCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the parachute.<br>
@ -1093,13 +1089,11 @@ ParachuteCfg.lbl.longB3 = A typical value for parachutes is 0.8.
ParachuteCfg.lbl.Shroudlines = Shroud lines:
ParachuteCfg.lbl.Numberoflines = Number of lines:
ParachuteCfg.lbl.Linelength = Line length:
! Line material see: LINE _MATERIAL
ParachuteCfg.lbl.Material = Material:
ParachuteCfg.lbl.Posrelativeto = Position relative to:
ParachuteCfg.lbl.plus = plus
ParachuteCfg.lbl.Packedlength = Packed length:
ParachuteCfg.lbl.Packeddiam = Packed diameter:
! Mass see: MassComponentCfg.lbl.Mass = Mass:
ParachuteCfg.lbl.Deploysat = Deploys at:
ParachuteCfg.lbl.seconds = seconds
ParachuteCfg.lbl.Altitude = Altitude:
@ -1410,7 +1404,6 @@ material.mylar = Mylar
material.polyethylene_thin = Polyethylene (thin)
material.polyethylene_heavy = Polyethylene (heavy)
material.silk = Silk
! Material "paper" see: material.paper_office = Paper (office)
material.cellophane = Cellophane
material.crepe_paper = Cr\u00eape paper
! LINE_MATERIAL

View File

@ -190,7 +190,6 @@ public class PresetEditorDialog extends JDialog implements ItemListener {
private JButton stImageBtn;
// Parachute Specific
// Manufacturer see: private JTextField mfgTextField;
private JTextField pcPartNoTextField;
private JTextField pcDescTextField;
private DoubleModel pcDiameter;