Actually let's not do that TODO

This commit is contained in:
Drew DeVault 2018-04-03 15:33:02 -04:00
parent d053acbed6
commit 62a736a196
2 changed files with 0 additions and 9 deletions

View File

@ -93,15 +93,7 @@ static const struct wl_registry_listener registry_listener = {
static struct swaylock_state state;
static void sigalarm_handler(int sig) {
signal(SIGALRM, SIG_IGN);
// TODO: Hide typing indicator
signal(SIGALRM, sigalarm_handler);
}
int main(int argc, char **argv) {
signal(SIGALRM, sigalarm_handler);
static struct option long_options[] = {
{"help", no_argument, NULL, 'h'},
{"color", required_argument, NULL, 'c'},

View File

@ -121,5 +121,4 @@ void swaylock_handle_key(struct swaylock_state *state,
}
break;
}
// TODO: Expire state in a few seconds
}