mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
254eaddadf
commit
40d87610e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user