summaryrefslogtreecommitdiff
path: root/LiteEditor/clang_code_completion.cpp
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-02-16 21:23:22 +0000
committerJames Cowgill <james410@cowgill.org.uk>2015-02-16 21:23:22 +0000
commitaa2c06da65aa3aaf5b5d7eb5947b24f723b2e1b3 (patch)
tree1ceb69223a8a70828fc5fa65f6bea98618eeb5ee /LiteEditor/clang_code_completion.cpp
parent517e089547f0b721a104ad2fabc6881d2fe2fff0 (diff)
Imported Upstream version 7.0+dfsg
Diffstat (limited to 'LiteEditor/clang_code_completion.cpp')
-rw-r--r--LiteEditor/clang_code_completion.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/LiteEditor/clang_code_completion.cpp b/LiteEditor/clang_code_completion.cpp
index feac2f5b..00c1050d 100644
--- a/LiteEditor/clang_code_completion.cpp
+++ b/LiteEditor/clang_code_completion.cpp
@@ -184,11 +184,6 @@ void ClangCodeCompletion::WordComplete(IEditor* editor)
m_clang.CodeCompletion(editor);
}
-void ClangCodeCompletion::ListMacros(IEditor* editor)
-{
- m_clang.GetMacros(editor);
-}
-
void ClangCodeCompletion::OnFileSaved(clCommandEvent& e)
{
e.Skip();