mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** 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:
parent
4a64186a5c
commit
0df20221c8
@ -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);
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user