Skip to content

Commit

Permalink
Remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed May 26, 2022
1 parent 967f600 commit 3cc5d16
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/luaotfload-features.lua
Expand Up @@ -30,8 +30,6 @@ local table = table
local tabletohash = table.tohash
local tablesort = table.sort

local stringunpack = string.unpack

--- this appears to be based in part on luatex-fonts-def.lua

local fonts = fonts
Expand All @@ -56,15 +54,6 @@ else
normalize = otf.features.normalize
end

--[[HH (font-xtx) --
tricky: we sort of bypass the parser and directly feed all into
the sub parser
--HH]]--
function definers.getspecification(str)
return "", str, "", ":", str
end
local log = luaotfload.log
local report = log.report

Expand Down Expand Up @@ -470,7 +459,7 @@ if as_script == true then --- skip the remainder of the file
end
do
local helpers = fonts.handlers.otf.readers.helpers
local helpers = otf.readers.helpers
local axistofactors = helpers.axistofactors
local cleanname = helpers.cleanname
local getaxisscale = helpers.getaxisscale
Expand Down

0 comments on commit 3cc5d16

Please sign in to comment.