aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2019-11-07 22:57:18 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2019-11-07 22:57:18 -0500
commit8778e3c1864dcd8ef1ae6669be446bb1b2ee2d18 (patch)
tree66f204d63c268f84dd22d8683c88919bb5bd4874 /modules/textadept
parentc6f3d9a896f391cac9bb77c303b3e7a4084990c9 (diff)
downloadtextadept-8778e3c1864dcd8ef1ae6669be446bb1b2ee2d18.tar.gz
textadept-8778e3c1864dcd8ef1ae6669be446bb1b2ee2d18.zip
Removed deprecated `ui.command_entry` functions.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/command_entry.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index 0a8ca6e4..d858f071 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -215,10 +215,6 @@ events.connect(events.INITIALIZED, function()
end
end)
--- TODO: deprecated; remove after next release.
-M.enter_mode = function() ui.dialogs.ok_msgbox{text='ui.command_entry.enter_mode() is deprecated and will be removed.',informative_text='Please use ui.command_entry.run()',no_cancel=true} end
-M.finish_mode = function() ui.dialogs.ok_msgbox{text='ui.command_entry.finish_mode() is deprecated and will be removed.',informative_text='Please use ui.command_entry.run()',no_cancel=true} end
-
--[[ The function below is a Lua C function.
---