Remove unused macro

This commit is contained in:
Luflosi 2020-06-19 13:45:30 +02:00
parent 9c116a2975
commit c8efcd2be1
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -22,7 +22,6 @@
#include <Python.h>
#include <wchar.h>
#define MIN(x, y) ((x) < (y)) ? (x) : (y)
#define MAX_ARGC 1024
#ifndef KITTY_LIB_PATH
#define KITTY_LIB_PATH "../.."