From 12d9a7b7c6744b520ec12cff402cda6efca4e371 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 8 Mar 2010 14:42:15 +0200 Subject: We support nothing but the latest and greatest It is actually worse than that, I only test against trunk, once texlive2010 binaries are frozen we will test against it. --- otfl-font-clr.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'otfl-font-clr.lua') diff --git a/otfl-font-clr.lua b/otfl-font-clr.lua index d9b543a..83eea5a 100644 --- a/otfl-font-clr.lua +++ b/otfl-font-clr.lua @@ -146,15 +146,9 @@ local function font_colorize(head) end local color_callback_activated = 0 -local message_displayed = 0 function add_color_callback() - if tex.luatexversion < 44 then - if message_displayed == 0 then - luatextra.module_warning("luaotfload","You must have a LuaTeX with version >= 0.44 in order to get colors working, colors won't work.") - message_displayed = 1 - end - elseif color_callback_activated == 0 then + if color_callback_activated == 0 then callback.add("pre_output_filter", font_colorize, "loaotfload.colorize") color_callback_activated = 1 end -- cgit v1.2.3