From 5e64f6d1ec9b95ca4936aea5a4d2a52a3833eb28 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 30 May 2013 13:59:07 +0200 Subject: [PATCH] remove Selection::buffer --- src/selection.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/selection.hh b/src/selection.hh index 8aadf08a..7a64f134 100644 --- a/src/selection.hh +++ b/src/selection.hh @@ -55,9 +55,7 @@ struct Selection : public Range CaptureList& captures() { return m_captures; } const CaptureList& captures() const { return m_captures; } - const Buffer& buffer() const { return first().buffer(); } private: - CaptureList m_captures; };