From 3dd82a2b8515fccbd5a31a90f5da4d969dbb4a23 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 19 Mar 2012 14:04:33 +0000 Subject: get rid of Buffer::at --- src/buffer.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/buffer.hh') 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 m_lines; -- cgit v1.2.3