summaryrefslogtreecommitdiff
path: root/src/buffer_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-12-23 17:42:17 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-12-23 17:42:17 +0000
commited54e102eee219c4a956bf338ef0f3c6e54d0584 (patch)
treede07285b1ffe9da0e82efbede274447faf9a191b /src/buffer_manager.hh
parentae602106e073e5d944984f33de785b39f2039b63 (diff)
Extract complete_buffer_name as a free function in commands.cc
Diffstat (limited to 'src/buffer_manager.hh')
-rw-r--r--src/buffer_manager.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index 5b0a37bc..9d6edacc 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -34,9 +34,6 @@ public:
void backup_modified_buffers();
- CandidateList complete_buffer_name(StringView prefix,
- ByteCount cursor_pos = -1);
-
void clear_buffer_trash();
private:
BufferList m_buffers;