aboutsummaryrefslogtreecommitdiff
path: root/i3-nagbar
diff options
context:
space:
mode:
authorJason <ammgws@users.noreply.github.com>2020-03-01 04:58:21 +0900
committerJason Nader <jason.nader@protonmail.com>2020-03-01 05:03:41 +0900
commit5024a13b8b02927a4230668a5d28ba5e52703568 (patch)
treef517ab6cb9c30c5aa3b6b343b30b70d73085f4f2 /i3-nagbar
parent47be36410c099d586a3fe178b74e113339906b29 (diff)
downloadi3-5024a13b8b02927a4230668a5d28ba5e52703568.tar.gz
i3-5024a13b8b02927a4230668a5d28ba5e52703568.zip
Remove comment referencing old source code
Behaviour was changed in f691a55923850a4d315450925fc98733d07b69c9
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 8415da92..801f86c0 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);