diff options
| author | spv <spv@spv.sh> | 2025-09-24 19:16:27 -0400 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-09-24 19:16:27 -0400 |
| commit | e86ef2e712b44c0c14e0e1d19424ac69c0355ef2 (patch) | |
| tree | 2083cd26374da9e36e709f9155c45acc51ed9882 /src/keypress_thread.c | |
| parent | 7421749f450d9845574a64476a7bebbf8555e8d7 (diff) | |
cleanup
Diffstat (limited to 'src/keypress_thread.c')
| -rw-r--r-- | src/keypress_thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/keypress_thread.c b/src/keypress_thread.c index 1b102d4..d5ec6bf 100644 --- a/src/keypress_thread.c +++ b/src/keypress_thread.c @@ -1,5 +1,3 @@ -// XXX includes - #include "consts.h" #include "config.h" @@ -11,8 +9,6 @@ void on_press(void) { gettimeofday(last_press, NULL); kill(light_pid, SIGCONT); - - // XXX signal light thread } void keypress_thread(pid_t _light_pid) { |
