]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Remove newtListitem declarations (#1074092)
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 11 Mar 2014 10:32:52 +0000 (11:32 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 11 Mar 2014 10:33:27 +0000 (11:33 +0100)
newt.h

diff --git a/newt.h b/newt.h
index aa9cafb7270c260351d324904fa2f067f3a67305..07becc75bf4bb9d83a26b6e5f526deee06365916 100644 (file)
--- 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);