summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/form.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-06 13:40:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-06 13:40:07 (GMT)
commit05a884c675b0fb7693e46502c57f3cd663c5691d (patch)
treee41c1819f03612afe7b440596bf2541620574bf4 /Source/CursesDialog/form/form.h
parent4848c81428b8b8218eb86f23451ff32d78c039cd (diff)
downloadCMake-05a884c675b0fb7693e46502c57f3cd663c5691d.zip
CMake-05a884c675b0fb7693e46502c57f3cd663c5691d.tar.gz
CMake-05a884c675b0fb7693e46502c57f3cd663c5691d.tar.bz2
Removed a function which used va_start (did not compile on Sun with gcc)
Diffstat (limited to 'Source/CursesDialog/form/form.h')
-rw-r--r--Source/CursesDialog/form/form.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/CursesDialog/form/form.h b/Source/CursesDialog/form/form.h
index 2453985..d0777da 100644
--- a/Source/CursesDialog/form/form.h
+++ b/Source/CursesDialog/form/form.h
@@ -277,10 +277,6 @@ extern FIELDTYPE
*link_fieldtype(FIELDTYPE *,FIELDTYPE *);
extern int free_fieldtype(FIELDTYPE *),
- set_fieldtype_arg(FIELDTYPE *,
- void * (* const make_arg)(va_list *),
- void * (* const copy_arg)(const void *),
- void (* const free_arg)(void *)),
set_fieldtype_choice (FIELDTYPE *,
bool (* const next_choice)(FIELD *,const void *),
bool (* const prev_choice)(FIELD *,const void *));