aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-03-30 20:34:32 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-03-30 20:34:32 -0400
commit42f0f1427871c3533a797296d36ba481ee98975b (patch)
tree7e2d0716112ede1e2044f8d25033c376067bd79e /modules/cpp/commands.lua
parent07e233209961e5e557e50b379133161cde000c02 (diff)
downloadtextadept-42f0f1427871c3533a797296d36ba481ee98975b.tar.gz
textadept-42f0f1427871c3533a797296d36ba481ee98975b.zip
Removed support for api files.
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r--modules/cpp/commands.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index 1ec6e94a..07ce0cac 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.lua
@@ -21,9 +21,5 @@ if type(keys) == 'table' then
buffer:add_text(';')
buffer:new_line()
end },
- ['('] = { function()
- m_editing.show_call_tip(_m.cpp.api, true)
- return false
- end },
}
end