diff -r 56016468753d -r 8ccdde37275b ui/common/document.h --- a/ui/common/document.h Thu May 15 15:53:29 2014 +0200 +++ b/ui/common/document.h Thu May 15 17:17:58 2014 +0200 @@ -38,12 +38,6 @@ void uic_docmgr_init(); void uic_document_addvar(void *doc, char *name, int type, size_t vs); -void uic_document_addvar_v( - UiContext *uidoc, - char *name, - UiVar *newvar, - int type, - size_t vs);