summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-11 16:58:38 +0200
committerBert <ber.t@gmx.com>2011-04-11 16:58:38 +0200
commitd15264ea3213a56113952d16b042fd4fb249da6d (patch)
tree48a4dcc34ead720cdd34f2ac471a16f9478c89d6 /image.h
parent5cb6d12a94a287817a3e0ea04fae40c1ff53618d (diff)
downloadnsxiv-d15264ea3213a56113952d16b042fd4fb249da6d.tar.zst
Remove invalid images when loading them; refactorings
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/image.h b/image.h
index 5fc4ec6..ed7302d 100644
--- a/image.h
+++ b/image.h
@@ -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);