Remove unused macros

Most just left behind after actual code was moved into different files.
This commit is contained in:
Aaron Gyes
2019-09-18 01:31:03 -07:00
parent 715836cb0a
commit 22811ebcf6
5 changed files with 0 additions and 19 deletions

View File

@@ -32,8 +32,6 @@
#include "signal.h" // IWYU pragma: keep
#include "wutil.h" // IWYU pragma: keep
#define MAX_INPUT_FUNCTION_ARGS 20
/// A name for our own key mapping for nul.
static const wchar_t *k_nul_mapping_name = L"nul";