From: Miroslav Lichvar Date: Tue, 11 Mar 2014 10:32:52 +0000 (+0100) Subject: Remove newtListitem declarations (#1074092) X-Git-Tag: r0-52-18~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f44458ff898bf3a54c225b82d3ff21859ed554fb;p=thirdparty%2Fnewt.git Remove newtListitem declarations (#1074092) --- diff --git a/newt.h b/newt.h index aa9cafb..07becc7 100644 --- a/newt.h +++ b/newt.h @@ -153,10 +153,6 @@ newtComponent newtRadiobutton(int left, int top, const char * text, int isDefaul newtComponent prevButton); newtComponent newtRadioGetCurrent(newtComponent setMember); void newtRadioSetCurrent(newtComponent setMember); -newtComponent newtListitem(int left, int top, const char * text, int isDefault, - newtComponent prevItem, const void * data, int flags); -void newtListitemSet(newtComponent co, const char * text); -void * newtListitemGetData(newtComponent co); void newtGetScreenSize(int * cols, int * rows); newtComponent newtLabel(int left, int top, const char * text);