diff options
Diffstat (limited to 'lualib/lua_magic')
-rw-r--r-- | lualib/lua_magic/patterns.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lualib/lua_magic/patterns.lua b/lualib/lua_magic/patterns.lua index 87583c9de..f741900ce 100644 --- a/lualib/lua_magic/patterns.lua +++ b/lualib/lua_magic/patterns.lua @@ -32,12 +32,6 @@ local patterns = { heuristic = heuristics.pdf_format_heuristic }, { - string = [[^\012%PDF-\d]], - position = {'<=', 1024}, - weight = 60, - heuristic = heuristics.pdf_format_heuristic - }, - { string = [[^%FDF-\d]], position = {'<=', 1024}, weight = 60, |