fixed empty structs
This commit is contained in:
parent
a5d0e0409d
commit
95c698abdf
1 changed files with 1 additions and 4 deletions
|
@ -153,16 +153,13 @@ typedef struct xmlradiogroupdata_s
|
|||
|
||||
typedef struct xmlmenudata_s
|
||||
{
|
||||
int dummy;
|
||||
} xmlmenudata_t;
|
||||
|
||||
/*
|
||||
xml window data
|
||||
*/
|
||||
|
||||
typedef struct xmlwindowdata_s
|
||||
{
|
||||
} xmlwindowdata_t;
|
||||
|
||||
typedef struct qwindow_s {
|
||||
char file[MAX_OSPATH];
|
||||
qwidget_t *widget;
|
||||
|
|
Loading…
Reference in a new issue