aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-02-25 21:17:38 +1000
committerGravatar axel <axel@liljencrantz.se>2007-02-25 21:17:38 +1000
commit83a3706099bd6c5b7c9840e5049b012f5e8bcc5d (patch)
tree67fe1ee3d08cd8acadc23b9c903cd9e079c11705 /complete.h
parent7c96cb2ff869ca3c5b3df9176e649a8acefc8062 (diff)
Various minor codee updates. Dead code removal, comment tweaking. Spelling fixes, etc.
darcs-hash:20070225111738-ac50b-9656f807d2e41ebb06a43e10925834420740e20d.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/complete.h b/complete.h
index 57a0e3d3..56e66884 100644
--- a/complete.h
+++ b/complete.h
@@ -247,15 +247,4 @@ void completion_allocate( array_list_t *context,
int flags );
-/**
- Create a new completion entry from an existing text entry
-
- \param context The halloc context to use for allocating new memory
- \param comp the completion and possibly the description for it
- \param sep the separator character between completion and description
-*/
-void completion_allocate2( array_list_t *context,
- wchar_t *comp,
- wchar_t sep );
-
#endif