cleanup from rob browning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1636 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-01-19 20:17:02 +00:00
parent 254eaddadf
commit 40d87610e9

View File

@ -54,7 +54,11 @@ static void dropDownCB (Widget w, XtPointer cd, XtPointer cb );
static void realizeCombo (BasicCell *bcell, void *w, int width);
static void moveCombo (BasicCell *bcell, int phys_row, int phys_col);
static void destroyCombo (BasicCell *bcell);
#if 0
static void setComboValue (BasicCell *bcell, const char *value);
#endif
static const char * enterCombo (BasicCell *bcell, const char *value);
static const char * leaveCombo (BasicCell *bcell, const char *value);
@ -229,6 +233,8 @@ xaccSetComboCellValue (ComboCell *cell, const char * str)
/* =============================================== */
#if 0
static void
setComboValue (BasicCell *_cell, const char *str)
{
@ -236,6 +242,8 @@ setComboValue (BasicCell *_cell, const char *str)
xaccSetComboCellValue (cell, str);
}
#endif
/* =============================================== */
static