aboutsummaryrefslogtreecommitdiff
path: root/src/backend_libpng.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-21 20:46:58 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-21 20:46:58 +0100
commit70939d5b136968839f2d7815a8416d23ce24b2e4 (patch)
treebfcd9f2bc9c9bd488bd4e8be1576ff50313f8c06 /src/backend_libpng.h
parent1071a2368e1a5d194995178dfc6461d60673b745 (diff)
downloadimv-70939d5b136968839f2d7815a8416d23ce24b2e4.tar.gz
Reduce backend boilerplate
Diffstat (limited to 'src/backend_libpng.h')
-rw-r--r--src/backend_libpng.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/backend_libpng.h b/src/backend_libpng.h
deleted file mode 100644
index d93284a..0000000
--- a/src/backend_libpng.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef IMV_BACKEND_LIBPNG_H
-#define IMV_BACKEND_LIBPNG_H
-
-struct imv_backend;
-
-/* Get an instance of the libpng backend */
-const struct imv_backend *imv_backend_libpng(void);
-
-#endif