mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-08 13:08:01 +02:00
remove stupid comment
This commit is contained in:
parent
90f333107d
commit
d62f0c4554
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ void Clipboard::copy(const char* fmt, ...) {
|
|||
outputStr = strdup(buf);
|
||||
|
||||
if (fork() == 0)
|
||||
// clang-tidy didn't warn about that NULL... what?
|
||||
execlp("wl-copy", "wl-copy", outputStr, nullptr);
|
||||
|
||||
free(outputStr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue