diff options
Diffstat (limited to 'src/backend_libtiff.c')
-rw-r--r-- | src/backend_libtiff.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/backend_libtiff.c b/src/backend_libtiff.c index a489cc1..82ce48e 100644 --- a/src/backend_libtiff.c +++ b/src/backend_libtiff.c @@ -8,8 +8,6 @@ #include <unistd.h> #include <fcntl.h> -#ifdef IMV_BACKEND_LIBTIFF - #include <tiffio.h> struct private { @@ -238,12 +236,3 @@ const struct imv_backend *imv_backend_libtiff(void) { return &libtiff_backend; } - -#else - -const struct imv_backend *imv_backend_libtiff(void) -{ - return NULL; -} - -#endif |