From 42f0f1427871c3533a797296d36ba481ee98975b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Mar 2010 20:34:32 -0400 Subject: Removed support for api files. --- modules/cpp/commands.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/cpp/commands.lua') 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 -- cgit v1.2.3