remove lisa for now.

the mouse doesn't work without manual configuration so maybe next time.
This commit is contained in:
Kelvin Sherlock
2026-01-30 18:39:10 -05:00
parent c0191dbafd
commit 2efdcc268b
2 changed files with 2 additions and 32 deletions

View File

@@ -880,37 +880,6 @@
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Lisa</string>
<key>children</key>
<array>
<dict>
<key>description</key>
<string>Lisa</string>
<key>value</key>
<string>lisa</string>
</dict>
<dict>
<key>description</key>
<string>Lisa2</string>
<key>value</key>
<string>lisa2</string>
</dict>
<dict>
<key>description</key>
<string>Lisa2/10</string>
<key>value</key>
<string>lisa210</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh XL</string>
<key>value</key>
<string>macxl</string>
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Acorn</string>

View File

@@ -116,7 +116,6 @@ TREE = [
("Macintosh (LC)", None, mac_lc_children),
("Macintosh (Portable)", None, mac_portable_children),
("Macintosh (PowerBook)", None, mac_powerbook_children),
("Lisa", None, lisa_children),
("Acorn", None, acorn_children),
("Atari ST", "st", atari_st_children),
@@ -126,6 +125,8 @@ TREE = [
]
TREE_EXTRA = TREE + [
("Lisa", None, lisa_children),
("Amiga", None, amiga_children),
("DEC VT", None, dec_vt_children),
("DEC", None, dec_children),