From 812f3f69c854a5376dc0d123c4e545cf67c8690c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 9 Oct 2016 14:35:59 +0300 Subject: Fix printing issues --- editor.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor.h') 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* contents, const std::string& filename); int run_editor(); private: - const static int OUTPUT_LINE_MAX = 10; - std::vector* m_contents; std::string m_filename; int m_current_line; -- cgit v1.3