Minor cleanups.

This commit is contained in:
Alexander Shaduri
2021-03-17 14:25:30 +04:00
parent 3f0b7c1681
commit 15ab09063b
3 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -341,7 +341,6 @@ bool app_init_and_loop(int& argc, char**& argv)
debug_register_domain("gtk");
debug_register_domain("app");
debug_register_domain("hz");
debug_register_domain("rmn");
debug_register_domain("rconfig");
@@ -505,7 +504,7 @@ bool app_init_and_loop(int& argc, char**& argv)
#endif
// Export some command line arguments to rmn
// Export some command line arguments to rconfig
// obey the command line option for no-scan on startup
get_startup_settings().no_scan = !bool(args.arg_scan);
-1
View File
@@ -20,7 +20,6 @@ int main(int argc, char* argv[])
debug_register_domain("gtk");
debug_register_domain("app");
debug_register_domain("hz");
debug_register_domain("rmn");
debug_register_domain("rconfig");
int result = Catch::Session().run( argc, argv );