diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-02-02 20:48:03 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-02-02 20:48:03 +0000 |
| commit | 96101b4392aa3a4593b6678498f07659bc04f7ca (patch) | |
| tree | 434c8405872f47047a545b1c8f04cf18b5e1188a /src/buffer.hh | |
| parent | 69d96c90da543fee83cd6f9fbac6d3348d28d446 (diff) | |
Use an Editor instead of a Window as much as possible
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index d9649cbb..7b010c9b 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -151,8 +151,6 @@ public: Window* get_or_create_window(); void delete_window(Window* window); - std::unique_ptr<Window> create_temporary_window(); - bool is_modified() const; Type type() const { return m_type; } void notify_saved(); |
