aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/init.lua b/core/init.lua
index b2ec28ea..71440ca8 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -82,12 +82,6 @@ local _BUFFERS
-- @usage _VIEWS[view] returns the index of the current view in _VIEWS.
local _VIEWS
----
--- Contains all messages used by Textadept for localization.
--- @class table
--- @name _L
-local _L
-
-- The functions below are Lua C functions.
---