summaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 21b9100..a66e0cb 100644
--- a/src/image.h
+++ b/src/image.h
@@ -18,6 +18,4 @@ struct image {
} damage;
};
-void image_load(struct image *image, const char *filename);
-
#endif /* IMAGE_H */