aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-03 13:08:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-03 13:08:57 +0100
commit930713cf44bcae9a91f92a1582f329643d38abfd (patch)
treea02b43454a26174c905ef1e2035685eb7b6428e1 /fbi.c
parent4ff884bd2510326dafb5adb97e69797d006b0e14 (diff)
downloadfbida-930713cf44bcae9a91f92a1582f329643d38abfd.tar.gz
add gfxfmt, fixes
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fbi.c b/fbi.c
index 6111641..0fa53a9 100644
--- a/fbi.c
+++ b/fbi.c
@@ -46,14 +46,6 @@
#include "transupp.h" /* Support routines for jpegtran */
#include "jpegtools.h"
-#define TRUE 1
-#define FALSE 0
-#undef MAX
-#define MAX(x,y) ((x)>(y)?(x):(y))
-#undef MIN
-#define MIN(x,y) ((x)<(y)?(x):(y))
-#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
-
/* ---------------------------------------------------------------------- */
/* variables for read_image */