aboutsummaryrefslogtreecommitdiff
path: root/i3-nagbar
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2020-03-01 01:29:30 +0100
committerGitHub <noreply@github.com>2020-03-01 01:29:30 +0100
commitd2acdcc69f004afd3be7e8981c10be33451f1a80 (patch)
tree49868d2ad57ad58022374f5e91c87afeb476f51a /i3-nagbar
parentdaa2ea0d0537781731e6b3938216e9b2076543f2 (diff)
parent5024a13b8b02927a4230668a5d28ba5e52703568 (diff)
downloadi3-d2acdcc69f004afd3be7e8981c10be33451f1a80.tar.gz
i3-d2acdcc69f004afd3be7e8981c10be33451f1a80.zip
Merge pull request #3960 from ammgws/patch-2
Remove comment referencing old source code
Diffstat (limited to 'i3-nagbar')
-rw-r--r--i3-nagbar/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/i3-nagbar/main.c b/i3-nagbar/main.c
index dfe46c5f..2f4cb0e3 100644
--- a/i3-nagbar/main.c
+++ b/i3-nagbar/main.c
@@ -104,10 +104,6 @@ void debuglog(char *fmt, ...) {
* fork to avoid zombie processes. As the started application’s parent exits
* (immediately), the application is reparented to init (process-id 1), which
* correctly handles children, so we don’t have to do it :-).
- *
- * The shell is determined by looking for the SHELL environment variable. If it
- * does not exist, /bin/sh is used.
- *
*/
static void start_application(const char *command) {
printf("executing: %s\n", command);