diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-04-19 15:00:37 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-04-19 15:00:37 +0100 |
| commit | 9f65a4e6dd735ecdcb4b469b485ff643cd1f54fe (patch) | |
| tree | f606eb06aaaf75395bdec2833956e7d03f80c840 /src/context.hh | |
| parent | b570c68c75314cb58be5a22f0a6afd310c0efca2 (diff) | |
Remove Context::set_selections, use Context::selections() = ...
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/context.hh b/src/context.hh index 83323994..4ff765de 100644 --- a/src/context.hh +++ b/src/context.hh @@ -89,7 +89,6 @@ public: SelectionList& selections(); const SelectionList& selections() const; Vector<String> selections_content() const; - void set_selections(Vector<Selection> sels); void change_buffer(Buffer& buffer); |
