summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;
};