From e5a5328df340f21d28f4885e1d39cffdaa0cb4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 6 Mar 2017 22:19:39 +0100 Subject: vis: remove now unused #define --- vis.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index dcae949..fb9f4b1 100644 --- a/vis.h +++ b/vis.h @@ -29,18 +29,12 @@ typedef struct Win Win; #endif /* simplify utility renames by distribution packagers */ -#ifndef VIS_MENU -#define VIS_MENU "vis-menu" -#endif #ifndef VIS_OPEN #define VIS_OPEN "vis-open" #endif #ifndef VIS_CLIPBOARD #define VIS_CLIPBOARD "vis-clipboard" #endif -#ifndef VIS_COMPLETE -#define VIS_COMPLETE "vis-complete" -#endif /* maximum bytes needed for string representation of a (pseudo) key */ #define VIS_KEY_LENGTH_MAX 64 -- cgit v1.2.3