*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2469 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-06-14 07:31:05 +00:00
parent 4a64186a5c
commit 0df20221c8
2 changed files with 0 additions and 7 deletions

View File

@ -49,7 +49,6 @@
typedef struct _ComboCell { typedef struct _ComboCell {
BasicCell cell; BasicCell cell;
char ** menuitems; /* not used in the gnome version */
} ComboCell; } ComboCell;
ComboCell * xaccMallocComboCell (void); ComboCell * xaccMallocComboCell (void);

View File

@ -30,12 +30,6 @@
* Copyright (c) 2000 Linas Vepstas <linas@linas.org> * Copyright (c) 2000 Linas Vepstas <linas@linas.org>
*/ */
/*
TODO: We have no use for the generic ComboCell->menuitems. These
should probably be killed. Each GUI should probably handle it's
own strings.
*/
#include "config.h" #include "config.h"
#include <gnome.h> #include <gnome.h>