aboutsummaryrefslogtreecommitdiff
path: root/core/.textadept.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 14:38:32 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 14:38:32 -0500
commit95aca18efb8ace6d241070f52e3b092396d90aad (patch)
treedc0f718b965da6564a27834122ed5b876cc9f21c /core/.textadept.lua
parent3b6617f2df302470c23aa0124001d277e6996a2e (diff)
downloadtextadept-95aca18efb8ace6d241070f52e3b092396d90aad.tar.gz
textadept-95aca18efb8ace6d241070f52e3b092396d90aad.zip
Removed worthless textadept.popupmenu() function.
Diffstat (limited to 'core/.textadept.lua')
-rw-r--r--core/.textadept.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/.textadept.lua b/core/.textadept.lua
index a37a892c..3a0442fa 100644
--- a/core/.textadept.lua
+++ b/core/.textadept.lua
@@ -69,16 +69,9 @@ function get_split_table() end
-- Otherwise a regular menu item with a mnemonic is created.
-- Submenus are just nested menu-structure tables. Their title text is defined
-- with a 'title' key.
--- @see popupmenu
function gtkmenu(menu_table) end
---
--- Pops up a GTK menu at the cursor.
--- @param menu The menu userdata returned by gtkmenu.
--- @see gtkmenu
-function popupmenu(menu) end
-
----
-- Resets the Lua state by reloading all init scripts.
-- Language-specific modules for opened files are NOT reloaded. Re-opening the
-- files that use them will reload those modules.