Skip to content

Commit

Permalink
Drop general/mouse element
Browse files Browse the repository at this point in the history
* It was removed since version 3.0.3 (FATE#313101).
  • Loading branch information
imobachgs committed Sep 29, 2020
1 parent f78eed4 commit 159ad83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/autoyast-rnc/general.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ general = element general {
element ntp_sync_time_before_installation { text }? &
element max_systemd_wait { INTEGER }?
}? &
mouse? &
ask-list? &
ask-list? &
semi-automatic? &
minimal-configuration? &
signature-handling? &
Expand Down Expand Up @@ -128,9 +127,6 @@ halt =
element halt { BOOLEAN }
second_stage =
element second_stage { BOOLEAN }
mouse = element mouse {
element id { text }
}

cio_ignore =
element cio_ignore { BOOLEAN }

0 comments on commit 159ad83

Please sign in to comment.