diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 11:37:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 11:37:14 -0600 |
| commit | 8082a52862bc660587164dea7f02284a407d1b8e (patch) | |
| tree | a6c36704a4d8c94981cee79ec463fa0b7fde903c | |
| parent | c9b8887732c9ff3bc9743a560838c370500ac7d5 (diff) | |
remove test codev0.19.0
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | choices.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -38,10 +38,6 @@ func newChoices(parent *gui.Node) *choices { c.computers.AddText("Atari 500") c.computers.AddText("Beagleboard") c.computers.AddText("Unmatched Rev B") - c.computers.AddText("asldjf") - c.computers.AddText("asdjf") - c.computers.AddText("a1jf") - c.computers.AddText("jf") c.computers.SetText("Beagleboard") c.colors = c.grid.NewCombobox().SetProgName("COLORS") |
