summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 00b7764c..60e6f7e2 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -167,8 +167,6 @@ public:
BufferIterator iterator_at_line_end(const BufferIterator& iterator) const;
private:
- BufferChar at(BufferPos position) const;
-
friend class BufferIterator;
std::vector<BufferPos> m_lines;