aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-15 14:00:18 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-15 14:00:18 -0700
commit2442ae60dba9e7120170fba7c0cb307a3609b375 (patch)
tree458f547d15fa25b80d60f1a19e9b76d802701e77 /complete.h
parent6c096191ba0b13c3396c4b130daf64f5a9f75267 (diff)
Remove old fish_pager source and implementation
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/complete.h b/complete.h
index be10d17b..10f351fe 100644
--- a/complete.h
+++ b/complete.h
@@ -56,13 +56,6 @@
#define COMPLETE_SEP_STR L"\004"
/**
- * Separator between completion items in fish_pager. This is used for
- * completion grouping, e.g. when putting completions with the same
- * descriptions on the same line.
- */
-#define COMPLETE_ITEM_SEP L'\uf500'
-
-/**
* Character that separates the completion and description on
* programmable completions
*/