diff --git a/juci/source.cc b/juci/source.cc index 7d18de8..7a1ce2c 100644 --- a/juci/source.cc +++ b/juci/source.cc @@ -240,7 +240,7 @@ HighlightToken(clang::Token *token, // Constructor for Controller Source::Controller::Controller(const Source::Config &config, Notebook::Controller ¬ebook) : - config(config), notebook(notebook), is_saved(false), is_changed(false) { + config(config), notebook(notebook) { INFO("Source Controller with childs constructed"); view.signal_key_press_event().connect(sigc::mem_fun(*this, &Source::Controller::OnKeyPress), false); view.set_smart_home_end(Gsv::SMART_HOME_END_BEFORE);