Merge branch 'unused-macro' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2020-06-19 18:33:28 +05:30

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 "../.."