diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-06-04 18:53:56 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-06-04 18:53:56 +0200 |
| commit | 9fb4d4240872f698a5446cbeefd5904b1c774570 (patch) | |
| tree | 7922f65cc0db0d8d1c4bbccff3a0b0dc120a4cdc /src/buffer_iterator.inl.hh | |
| parent | 51acd456cc7a2184d2488aa5c3fad6a191014a34 (diff) | |
remove BufferIterator::is_{begin,end}
Diffstat (limited to 'src/buffer_iterator.inl.hh')
| -rw-r--r-- | src/buffer_iterator.inl.hh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/buffer_iterator.inl.hh b/src/buffer_iterator.inl.hh index 6afc4342..86d906ac 100644 --- a/src/buffer_iterator.inl.hh +++ b/src/buffer_iterator.inl.hh @@ -127,17 +127,5 @@ inline BufferIterator& BufferIterator::operator=(const BufferCoord& coord) return *this; } -inline bool BufferIterator::is_begin() const -{ - kak_assert(m_buffer); - return m_coord.line == 0 and m_coord.column == 0; -} - -inline bool BufferIterator::is_end() const -{ - kak_assert(m_buffer); - return m_buffer->is_end(m_coord); -} - } #endif // buffer_iterator_inl_h_INCLUDED |
