mirror of
https://github.com/ksherlock/ample.git
synced 2026-03-11 23:43:17 +00:00
remove lisa for now.
the mouse doesn't work without manual configuration so maybe next time.
This commit is contained in:
@@ -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