aboutsummaryrefslogtreecommitdiffstats
path: root/editor.h
diff options
context:
space:
mode:
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;