summaryrefslogtreecommitdiff
path: root/src/luaotfload-init.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-06-21 00:19:32 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-06-21 00:19:32 +0200
commite8a56b051a32ed4c468c9325048ded01002a841a (patch)
treefbf3a288f190c5f057a95eb796aee421ad5612a5 /src/luaotfload-init.lua
parent890a4727b8a5ee779254ed84da90f498acbe48a9 (diff)
downloadluaotfload-e8a56b051a32ed4c468c9325048ded01002a841a.tar.gz
[init] remove annyoing banner
Diffstat (limited to 'src/luaotfload-init.lua')
-rw-r--r--src/luaotfload-init.lua17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index c3e870d..feff4cc 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -218,22 +218,7 @@ local init_main = function ()
---load_fontloader_module "font-odv.lua" --- <= Devanagari support from Context
- if fonts then
-
- --- The Initialization is highly idiosyncratic.
-
- if not fonts._merge_loaded_message_done_ then
- logreport ("log", 5, "init", [["I am using the merged fontloader here.]])
- logreport ("log", 5, "init", [[ If you run into problems or experience unexpected]])
- logreport ("log", 5, "init", [[ behaviour, and if you have ConTeXt installed you can try]])
- logreport ("log", 5, "init", [[ to delete the file 'fontloader-fontloader.lua' as I might]])
- logreport ("log", 5, "init", [[ then use the possibly updated libraries. The merged]])
- logreport ("log", 5, "init", [[ version is not supported as it is a frozen instance.]])
- logreport ("log", 5, "init", [[ Problems can be reported to the ConTeXt mailing list."]])
- end
- fonts._merge_loaded_message_done_ = true
-
- else
+ if not fonts then
--- the loading sequence is known to change, so this might have to
--- be updated with future updates!
--- do not modify it though unless there is a change to the merged