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

@ -55,9 +55,6 @@ typedef struct {
bool aa;
bool alpha;
bool slideshow;
int ss_delay; /* in ms */
multi_img_t multi;
} img_t;

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;