aboutsummaryrefslogtreecommitdiffstats
path: root/editor.h
diff options
context:
space:
mode:
authorJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-10-09 14:35:59 +0300
committerJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-10-09 14:50:24 +0300
commit812f3f69c854a5376dc0d123c4e545cf67c8690c (patch)
treec1005667afa8c79ef7e358a8ac3aadf9ed07709c /editor.h
parentda5ecb5de0ca0bc099258f7b77480fbb28b31392 (diff)
Fix printing issues
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor.h b/editor.h
index 5cc5fdf..3e5c91d 100644
--- a/editor.h
+++ b/editor.h
@@ -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;