summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/mflua/do_add_to.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/mflua/do_add_to.lua')
-rw-r--r--Master/texmf-dist/scripts/mflua/do_add_to.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf-dist/scripts/mflua/do_add_to.lua b/Master/texmf-dist/scripts/mflua/do_add_to.lua
deleted file mode 100644
index 98dd9750722..00000000000
--- a/Master/texmf-dist/scripts/mflua/do_add_to.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-function PRE_fill_envelope_rhs(rhs) return 0 end
-function POST_fill_envelope_rhs(rhs) return 0 end
-function PRE_fill_envelope_lhs(rhs) return 0 end
-function POST_fill_envelope_lhs(rhs) return 0 end
-
-function PRE_fill_spec_rhs(rhs) return 0 end
-function POST_fill_spec_rhs(rhs) return 0 end
-function PRE_fill_spec_lhs(rhs) return 0 end
-function POST_fill_spec_lhs(rhs) return 0 end \ No newline at end of file