summaryrefslogtreecommitdiffstats
path: root/clock.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-06 03:51:27 +0200
committerMattias Andrée <maandree@kth.se>2021-04-06 03:51:27 +0200
commitd7847b091c7c3e53ef0eb59dd9f178dd66788ffb (patch)
tree28039d493c2e96457e2455a53ae1d0dacb67fd9c /clock.c
parentAdd (default) ability to build multicall binary (diff)
downloadpdatools-d7847b091c7c3e53ef0eb59dd9f178dd66788ffb.tar.gz
pdatools-d7847b091c7c3e53ef0eb59dd9f178dd66788ffb.tar.bz2
pdatools-d7847b091c7c3e53ef0eb59dd9f178dd66788ffb.tar.xz
Use object files for large font
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--clock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/clock.c b/clock.c
index fd06edb..e4a8ce2 100644
--- a/clock.c
+++ b/clock.c
@@ -4,9 +4,6 @@
USAGE("[-u | -v | -w] [-2s]");
-#define INCLUDE_LARGE_COLON
-#include "large.h"
-
static volatile sig_atomic_t caught_sigterm = 0;
static volatile sig_atomic_t caught_sigwinch = 1;