diff options
author | Bert <ber.t@gmx.com> | 2011-04-11 16:58:38 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-04-11 16:58:38 +0200 |
commit | d15264ea3213a56113952d16b042fd4fb249da6d (patch) | |
tree | 48a4dcc34ead720cdd34f2ac471a16f9478c89d6 /image.h | |
parent | 5cb6d12a94a287817a3e0ea04fae40c1ff53618d (diff) |
Remove invalid images when loading them; refactorings
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,9 +54,7 @@ typedef struct { } img_t; void img_init(img_t*, win_t*); -void img_free(img_t*); -int img_check(const char*); int img_load(img_t*, const char*); void img_close(img_t*, int); |