about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-10-07 08:05:03 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-10-07 08:05:03 +0000
commit9d8c3eb74dac80712bcb41f36407658b19ab2740 (patch)
treebeb82b61b7fd86b2eea910d0380630b66769e2d3 /Src/Zle/compresult.c
parentb4f837a8625ff6f97862f2a522fd4fc4294cc44d (diff)
downloadzsh-9d8c3eb74dac80712bcb41f36407658b19ab2740.tar.gz
zsh-9d8c3eb74dac80712bcb41f36407658b19ab2740.tar.xz
zsh-9d8c3eb74dac80712bcb41f36407658b19ab2740.zip
22831: use CM_SPACE in compdescribe
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c
index 0fb50ad0e..2dabe2c35 100644
--- a/Src/Zle/compresult.c
+++ b/Src/Zle/compresult.c
@@ -30,10 +30,6 @@
 #include "complete.mdh"
 #include "compresult.pro"
 
-/* The number of columns to leave empty between rows of matches. */
-
-#define CM_SPACE  2
-
 /* This counts how often the list of completions was invalidated.
  * Can be used to detect if we have a new list.  */