diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-26 12:53:19 +0200 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-26 13:04:26 +0200 |
commit | 24e8ee33b509f71bbcaaffe83bd49eb144c2c1a7 (patch) | |
tree | 3906c5890d3ff9493e3bae1581c7c4fc2b6895cd /src/wlclock.h | |
parent | 4a1859161d80530ba62d970f4afab2c10876e3bc (diff) | |
download | wlclock-24e8ee33b509f71bbcaaffe83bd49eb144c2c1a7.tar.gz wlclock-24e8ee33b509f71bbcaaffe83bd49eb144c2c1a7.tar.bz2 |
Render on callback
Diffstat (limited to '')
-rw-r--r-- | src/wlclock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wlclock.h b/src/wlclock.h index 8f75233..a2dd9ce 100644 --- a/src/wlclock.h +++ b/src/wlclock.h @@ -40,8 +40,6 @@ struct Wlclock struct wl_list outputs; char *output; - time_t now; - bool loop; int verbosity; int ret; |