*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2469 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.4
Dave Peticolas 26 years ago
parent 4a64186a5c
commit 0df20221c8

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

@ -30,12 +30,6 @@
* 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 <gnome.h>

Loading…
Cancel
Save