diff options
Diffstat (limited to 'src/context.cc')
| -rw-r--r-- | src/context.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/context.cc b/src/context.cc index 3612d7f5..ca186cb1 100644 --- a/src/context.cc +++ b/src/context.cc @@ -211,12 +211,6 @@ Vector<String> Context::selections_content() const return contents; } -void Context::set_selections(Vector<Selection> sels) -{ - *m_selections = std::move(sels); - (*m_selections).check_invariant(); -} - void Context::begin_edition() { if (m_edition_level >= 0) |
