diff --git a/bin/launcher-service.c b/bin/launcher-service.c index f5ecf99ebced076bffb8fb524c2b8d79c3ca5393..da43c4c2e3deb009dd8d25187d46dd49eca57abc 100644 --- a/bin/launcher-service.c +++ b/bin/launcher-service.c @@ -986,12 +986,6 @@ pv_launcher_server_finish_startup (PvLauncherServer *self, g_printerr ("\t(launcher address here) \\\n"); } - /* --directory='' means keep using the game's working directory. - * TODO: This is the default for newer versions of - * s-r-launch-client. When suitable versions get into stable releases - * of Steam and the various container runtimes, we can reduce - * visual noise by removing this option from the hint. */ - g_printerr ("\t--directory='' \\\n"); g_printerr ("\t-- \\\n"); g_printerr ("\tbash\n"); g_printerr ("\n");