aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-06 22:19:39 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-07 07:56:22 +0100
commite5a5328df340f21d28f4885e1d39cffdaa0cb4fe (patch)
treee6dd0584697ba0fe1daa50638e4c6e869f376cf7 /vis.h
parent2bfffb448d980b4de5a1fd964299449a8650aa06 (diff)
downloadvis-e5a5328df340f21d28f4885e1d39cffdaa0cb4fe.tar.gz
vis-e5a5328df340f21d28f4885e1d39cffdaa0cb4fe.tar.xz
vis: remove now unused #define
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h6
1 files changed, 0 insertions, 6 deletions
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