Remove unused outdated help files

This commit is contained in:
Nyall Dawson 2023-04-11 11:12:35 +10:00
parent 2ef0734913
commit 850fb3ae46
3 changed files with 0 additions and 35 deletions

View File

@ -1,15 +0,0 @@
{
"name": "$map",
"type": "function",
"description": "Returns the id of the current map item if the map is being drawn in a print layout, or \"canvas\" if the map is being drawn within the main QGIS window.",
"examples": [{
"expression": "$map",
"returns": "\"overview_map\"",
"description": "within a layout map item"
}, {
"expression": "$map",
"returns": "\"canvas\"",
"description": "within the main QGIS main canvas"
}],
"tags": ["layout", "item", "drawn", "current", "main", "print", "map", "window", "overview", "canvas"]
}

View File

@ -1,10 +0,0 @@
{
"name": "$page",
"type": "function",
"description": "Returns the current page number within a print layout.",
"examples": [{
"expression": "$page",
"returns": "2"
}],
"tags": ["layout", "print", "page", "current"]
}

View File

@ -1,10 +0,0 @@
{
"name": "$rownum",
"type": "function",
"description": "Returns the number of the current row.",
"examples": [{
"expression": "$rownum",
"returns": "4711"
}],
"tags": ["row", "number", "current"]
}