diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-12 09:52:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-12 09:52:08 +0200 |
commit | cb9e94a3b8d6d950d3b210c79a44fe4192fa4044 (patch) | |
tree | 9dc499c18c847a03250d9279562d6fe59cfc5450 | |
parent | 0a76a2f7d38931cac4e8106b08a26126cb4aa655 (diff) |
gui: remove outdated comment
-rw-r--r-- | gui/init.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/init.hpp b/gui/init.hpp index 4274f437..28ff55c7 100644 --- a/gui/init.hpp +++ b/gui/init.hpp @@ -8,8 +8,6 @@ OTR_GUI_EXPORT int otr_main(int argc, char** argv, std::function<std::unique_ptr<QWidget>()> const& make_main_window); -// XXX TODO need split MainWindow into mixins each implementing part of the functionality - template<typename F> auto run_application(int argc, char** argv, F&& fun) { |