From d2df6a9f1508d8faa8760f7df3b3f404cdefd656 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 30 May 2013 14:00:41 +0200 Subject: remove BufferIterator::clamp --- 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 de37cc1c..03b96b34 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -61,8 +61,6 @@ public: BufferIterator& operator=(const BufferCoord& coord); operator const BufferCoord&() const { return m_coord; } - void clamp(bool avoid_eol); - bool is_begin() const; bool is_end() const; bool is_valid() const; -- cgit v1.2.3