From 869b6777b5f0ca8f98c8f8b20845a14c980b2b1c Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 17 Feb 2019 11:24:59 +0100 Subject: Remove unneeded comments. --- src/inkscape-application.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/inkscape-application.cpp') diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp index bd96b5b54..6c6bd4ba4 100644 --- a/src/inkscape-application.cpp +++ b/src/inkscape-application.cpp @@ -414,8 +414,6 @@ ConcreteInkscapeApplication::on_open(const Gio::Application::type_vec_files& document->ensureUpToDate(); // Or queries don't work! - // Add to our application - // process_file(file); for (auto action: _command_line_actions) { Gio::Application::activate_action( action.first, action.second ); @@ -437,9 +435,6 @@ ConcreteInkscapeApplication::on_open(const Gio::Application::type_vec_files& close_document(document); } - - //Call the base class's implementation: - // Gtk::Application::on_open(files, hint); } // Open document window for each file. Either this or on_activate() is called. @@ -484,8 +479,6 @@ ConcreteInkscapeApplication::on_open(const Gio::Application::t document->ensureUpToDate(); // Or queries don't work! - // Add to our application - // process_file(file); for (auto action: _command_line_actions) { Gio::Application::activate_action( action.first, action.second ); @@ -508,9 +501,6 @@ ConcreteInkscapeApplication::on_open(const Gio::Application::t close_document(document); } } - - //Call the base class's implementation: - // Gtk::Application::on_open(files, hint); } -- cgit v1.2.3