summaryrefslogtreecommitdiffstats
path: root/counter.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 /counter.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 'counter.c')
-rw-r--r--counter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/counter.c b/counter.c
index 1b8f637..2ebb5d1 100644
--- a/counter.c
+++ b/counter.c
@@ -6,9 +6,6 @@
USAGE("[-2s]");
-#define INCLUDE_LARGE_MINUS
-#include "large.h"
-
static volatile sig_atomic_t caught_sigterm = 0;
static volatile sig_atomic_t caught_sigwinch = 1;