mirror of
https://github.com/ksherlock/ample.git
synced 2026-03-11 07:42:10 +00:00
remove lisa for now.
the mouse doesn't work without manual configuration so maybe next time.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user