diff --git a/launcher.c b/launcher.c index 44b07c464..090564693 100644 --- a/launcher.c +++ b/launcher.c @@ -22,7 +22,6 @@ #include #include -#define MIN(x, y) ((x) < (y)) ? (x) : (y) #define MAX_ARGC 1024 #ifndef KITTY_LIB_PATH #define KITTY_LIB_PATH "../.."