summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-03-19 14:04:33 +0000
committerMaxime Coste <frrrwww@gmail.com>2012-03-19 14:04:33 +0000
commit3dd82a2b8515fccbd5a31a90f5da4d969dbb4a23 (patch)
tree770e8fb4f0cb5e75e9acdee596c19ec3dd1d1ba6 /src/buffer.hh
parent6d3e8b00f28728d281eaf7b92a4ba8d9d0ab655e (diff)
get rid of Buffer::at
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;