Skip to content

Commit 2efdcc2

Browse files
committed
remove lisa for now.
the mouse doesn't work without manual configuration so maybe next time.
1 parent c0191db commit 2efdcc2

2 files changed

Lines changed: 2 additions & 32 deletions

File tree

Ample/Resources/models.plist

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -880,37 +880,6 @@
880880
</dict>
881881
</array>
882882
</dict>
883-
<dict>
884-
<key>description</key>
885-
<string>Lisa</string>
886-
<key>children</key>
887-
<array>
888-
<dict>
889-
<key>description</key>
890-
<string>Lisa</string>
891-
<key>value</key>
892-
<string>lisa</string>
893-
</dict>
894-
<dict>
895-
<key>description</key>
896-
<string>Lisa2</string>
897-
<key>value</key>
898-
<string>lisa2</string>
899-
</dict>
900-
<dict>
901-
<key>description</key>
902-
<string>Lisa2/10</string>
903-
<key>value</key>
904-
<string>lisa210</string>
905-
</dict>
906-
<dict>
907-
<key>description</key>
908-
<string>Macintosh XL</string>
909-
<key>value</key>
910-
<string>macxl</string>
911-
</dict>
912-
</array>
913-
</dict>
914883
<dict>
915884
<key>description</key>
916885
<string>Acorn</string>

python/mkmodels.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
("Macintosh (LC)", None, mac_lc_children),
117117
("Macintosh (Portable)", None, mac_portable_children),
118118
("Macintosh (PowerBook)", None, mac_powerbook_children),
119-
("Lisa", None, lisa_children),
120119

121120
("Acorn", None, acorn_children),
122121
("Atari ST", "st", atari_st_children),
@@ -126,6 +125,8 @@
126125
]
127126

128127
TREE_EXTRA = TREE + [
128+
("Lisa", None, lisa_children),
129+
129130
("Amiga", None, amiga_children),
130131
("DEC VT", None, dec_vt_children),
131132
("DEC", None, dec_children),

0 commit comments

Comments
 (0)