mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
Remove unused macro
This commit is contained in:
parent
9c116a2975
commit
c8efcd2be1
1 changed files with 0 additions and 1 deletions
|
|
@ -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 "../.."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue