diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-03 15:33:02 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-04 18:47:48 -0400 |
commit | 62a736a1961db42acefc4c5746c0f080b152f2b6 (patch) | |
tree | b2b9d1f921062dc999417ccdd65d01e326daaef6 /swaylock/password.c | |
parent | d053acbed6fea0f73eb79ac800c1342f8afadeb8 (diff) |
Actually let's not do that TODO
Diffstat (limited to 'swaylock/password.c')
-rw-r--r-- | swaylock/password.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swaylock/password.c b/swaylock/password.c index 2bdf151f..2927a9a9 100644 --- a/swaylock/password.c +++ b/swaylock/password.c @@ -121,5 +121,4 @@ void swaylock_handle_key(struct swaylock_state *state, } break; } - // TODO: Expire state in a few seconds } |