summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-06-04 18:53:56 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-06-04 18:53:56 +0200
commit9fb4d4240872f698a5446cbeefd5904b1c774570 (patch)
tree7922f65cc0db0d8d1c4bbccff3a0b0dc120a4cdc /src/buffer.hh
parent51acd456cc7a2184d2488aa5c3fad6a191014a34 (diff)
remove BufferIterator::is_{begin,end}
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 979ae03f..5092b7e9 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -62,8 +62,6 @@ public:
BufferIterator& operator=(const BufferCoord& coord);
operator const BufferCoord&() const { return m_coord; }
- bool is_begin() const;
- bool is_end() const;
bool is_valid() const;
const Buffer& buffer() const;