From 40d87610e965f1b193d1c478a1fbd762ff0b036c Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 19 Jan 1999 20:17:02 +0000 Subject: [PATCH] cleanup from rob browning git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1636 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/combocell-motif.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/register/combocell-motif.c b/src/register/combocell-motif.c index 5a83f75168..e5e3dadd39 100644 --- a/src/register/combocell-motif.c +++ b/src/register/combocell-motif.c @@ -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