diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2024-02-19 14:12:57 +1000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2024-02-20 00:34:31 +0000 |
commit | 2ebbe5016b4f951a06030382d3ad2e7f076ccba6 (patch) | |
tree | dcfe2ba7b619b028c99fc01eb2b192fbbb8da5a9 /rules | |
parent | 1fff8e286f62299d74c369dc0526a22db2a942cc (diff) |
Purge the macbook 78/79 from our rules
Best I can tell these are macbooks released from 2006 to 2012 or
something. Doesn't matter too much anyway since the only effect of these
rules was a different geometry file.
Since geometry is not supported at all in libxkbcommon we won't lose
much by dropping these special cases.
Diffstat (limited to 'rules')
-rw-r--r-- | rules/0001-lists.part | 1 | ||||
-rw-r--r-- | rules/0009-m_g.part | 1 | ||||
-rw-r--r-- | rules/base.xml | 14 |
3 files changed, 0 insertions, 16 deletions
diff --git a/rules/0001-lists.part b/rules/0001-lists.part index c30d9457..4f22eaee 100644 --- a/rules/0001-lists.part +++ b/rules/0001-lists.part @@ -20,7 +20,6 @@ // Country files that provide specializations for the OLPC: ! $olpclayouts = af am ara br ca es et fr in it kh kz mn ng np pk ru th tr us -! $macbooks = macbook78 macbook79 ! $maclaptop = ibook powerbook macbook78 macbook79 ! $applealu = applealu_ansi applealu_iso applealu_jis ! $macs = macintosh macintosh_old ibook powerbook macbook78 macbook79 diff --git a/rules/0009-m_g.part b/rules/0009-m_g.part index 0a6717bb..a2172e95 100644 --- a/rules/0009-m_g.part +++ b/rules/0009-m_g.part @@ -20,7 +20,6 @@ winbook = winbook(XP5) pc98 = nec(pc98) $applealu = macintosh(%m) - $macbooks = macintosh(%m) $macs = macintosh(macintosh) hhk = hhk(basic) kinesis = kinesis(model100) diff --git a/rules/base.xml b/rules/base.xml index 7260647f..848a3433 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -853,20 +853,6 @@ </model> <model> <configItem> - <name>macbook78</name> - <description>MacBook/MacBook Pro</description> - <vendor>Apple</vendor> - </configItem> - </model> - <model> - <configItem> - <name>macbook79</name> - <description>MacBook/MacBook Pro (intl.)</description> - <vendor>Apple</vendor> - </configItem> - </model> - <model> - <configItem> <name>macintosh</name> <description>Macintosh</description> <vendor>Apple</vendor> |