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.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/buffer.cc') diff --git a/src/buffer.cc b/src/buffer.cc index 1e86f5c4..fb4c61ad 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -128,11 +128,6 @@ String Buffer::string(const BufferIterator& begin, const BufferIterator& end) co return m_content.substr(begin.m_position, end - begin); } -BufferChar Buffer::at(BufferPos position) const -{ - return m_content[position]; -} - void Buffer::begin_undo_group() { assert(m_current_undo_group.empty()); -- cgit v1.2.3