diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-06 22:19:39 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-07 07:56:22 +0100 |
| commit | e5a5328df340f21d28f4885e1d39cffdaa0cb4fe (patch) | |
| tree | e6dd0584697ba0fe1daa50638e4c6e869f376cf7 /vis.h | |
| parent | 2bfffb448d980b4de5a1fd964299449a8650aa06 (diff) | |
| download | vis-e5a5328df340f21d28f4885e1d39cffdaa0cb4fe.tar.gz vis-e5a5328df340f21d28f4885e1d39cffdaa0cb4fe.tar.xz | |
vis: remove now unused #define
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
