fixed empty structs

This commit is contained in:
faded 2003-02-02 17:57:45 +00:00
parent a5d0e0409d
commit 95c698abdf

View file

@ -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;