mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: remove unused macros
This commit is contained in:
parent
a0fcec3a3d
commit
d15631e3de
1 changed files with 0 additions and 3 deletions
3
main.c
3
main.c
|
|
@ -23,9 +23,6 @@
|
|||
#include "terminal.h"
|
||||
#include "version.h"
|
||||
|
||||
#define min(x, y) ((x) < (y) ? (x) : (y))
|
||||
#define max(x, y) ((x) > (y) ? (x) : (y))
|
||||
|
||||
static volatile sig_atomic_t aborted = 0;
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue