Remove unused struct members.

SVN revision: 31742
This commit is contained in:
Sebastian Dransfeld 2007-09-16 14:11:38 +00:00
parent b8b8511770
commit a548d436d0
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ struct _IBar_Icon
unsigned char start : 1;
unsigned char dnd : 1;
int x, y;
int dx, dy;
} drag;
};