From 049edfd2afc26472a0f41df1c02a73cc1fd6e812 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 6 Nov 2013 18:03:38 +0100 Subject: [db] remove cruft --- luaotfload-database.lua | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/luaotfload-database.lua b/luaotfload-database.lua index e439e2a..0987508 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -2518,8 +2518,6 @@ local generate_filedata = function (mappings) return files end -local determine_italic -local determine_bold local pick_style local check_regular @@ -2697,24 +2695,6 @@ local collect_families = function (mappings) subfamily, splitstyle) --- if not modifier then --- guess --- local italic = determine_italic (fontstyle_name, --- italicangle, --- prefmodifiers, --- subfamily) --- local bold = determine_bold (fontstyle_name, --- weight, --- prefmodifiers, --- subfamily) --- if bold and italic then --- modifier = "bi" --- elseif bold then --- modifier = "b" --- elseif italic then --- modifier = "i" --- end --- end --- if not modifier then --- regular, exact only modifier = check_regular (fontstyle_name, subfamily, -- cgit v1.2.3