Removed unneeded members from img type

This commit is contained in:
Bert Münnich
2012-02-15 22:43:34 +01:00
parent c666d30eea
commit b418df7afc
2 changed files with 1 additions and 4 deletions

View File

@ -49,7 +49,7 @@ typedef struct {
int x;
int y;
unsigned int w;
unsigned int h;
unsigned int h; /* = win height - bar height */
unsigned int barh;
unsigned int bw;