summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-05-30 13:59:07 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-05-30 13:59:38 +0200
commit5e64f6d1ec9b95ca4936aea5a4d2a52a3833eb28 (patch)
treeb7a667275a00fe5cff4df6f6ca8f43280e5f4ec2 /src
parent5b0087b54558cec83ba27f4118862d5e2e63ce42 (diff)
remove Selection::buffer
Diffstat (limited to 'src')
-rw-r--r--src/selection.hh2
1 files changed, 0 insertions, 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;
};