diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-10-09 14:35:59 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-10-09 14:50:24 +0300 |
| commit | 812f3f69c854a5376dc0d123c4e545cf67c8690c (patch) | |
| tree | c1005667afa8c79ef7e358a8ac3aadf9ed07709c /editor.h | |
| parent | da5ecb5de0ca0bc099258f7b77480fbb28b31392 (diff) | |
Fix printing issues
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,8 +9,6 @@ class Editor { Editor(std::vector<std::string>* contents, const std::string& filename); int run_editor(); private: - const static int OUTPUT_LINE_MAX = 10; - std::vector<std::string>* m_contents; std::string m_filename; int m_current_line; |
