summaryrefslogtreecommitdiff
path: root/src/completion.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-03-13 19:01:59 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-03-13 19:39:38 +0100
commitb309d1df61cbcdbd5c409836a524b22434d295e1 (patch)
treefd2d4239493cad907259abe876cc1bac7344d78e /src/completion.hh
parentde536b80cd66ebbef935f0a06444df8388f2f1d6 (diff)
move complete_filename to file.cc
Diffstat (limited to 'src/completion.hh')
-rw-r--r--src/completion.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/completion.hh b/src/completion.hh
index 45c25149..06dd3a53 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -26,10 +26,6 @@ struct Completions
: start(start), end(end) {}
};
-CandidateList complete_filename(const Context& context,
- const String& prefix,
- ByteCount cursor_pos = -1);
-
typedef std::function<Completions (const Context&,
const String&, ByteCount)> Completer;