summaryrefslogtreecommitdiffstats
path: root/timer.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 /timer.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 'timer.c')
-rw-r--r--timer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/timer.c b/timer.c
index 4a6b051..a906e65 100644
--- a/timer.c
+++ b/timer.c
@@ -14,11 +14,6 @@
USAGE("[-2s] [[hours:]minutes:]second[.deciseconds]");
-#define INCLUDE_LARGE_COLON
-#define INCLUDE_LARGE_DOT
-#define INCLUDE_LARGE_MINUS
-#include "large.h"
-
static volatile sig_atomic_t caught_sigterm = 0;
static volatile sig_atomic_t caught_sigwinch = 1;