Delete one match from a GNOME Help needle

They've dropped the IRC section from this page. We don't really
need three match areas, just the two is sufficient to identify
it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-03-07 11:45:30 -08:00
parent bf55e4cc5f
commit bda24173b1
1 changed files with 21 additions and 28 deletions

View File

@ -1,29 +1,22 @@
{
"area": [
{
"xpos": 454,
"ypos": 34,
"width": 106,
"height": 41,
"type": "match"
},
{
"xpos": 8,
"ypos": 252,
"width": 33,
"height": 20,
"type": "match"
},
{
"xpos": 9,
"ypos": 188,
"width": 132,
"height": 24,
"type": "match"
}
],
"properties": [],
"tags": [
"help_section_content_morehelp"
]
{
"area": [
{
"height": 41,
"type": "match",
"width": 106,
"xpos": 454,
"ypos": 34
},
{
"height": 24,
"type": "match",
"width": 132,
"xpos": 9,
"ypos": 188
}
],
"properties": [],
"tags": [
"help_section_content_morehelp"
]
}