Fix obsolete hardcoded value

This commit is contained in:
Marcel Krüger 2020-06-30 13:37:18 +02:00
parent 4c76251d2e
commit 01bc7c0f77
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ local function tex_variable(value, scanner, name, default)
tex_variables[name] = default
end
local real_pdf_variables, pdf_variable_names = {}, {'pageresources'}
local real_pdf_variables, pdf_variable_names = {}, {}
local pdf_toks_map = {}
local pdf_variables = setmetatable(pdf.variable, {
__index = function(_, k)