From d97924134d1d778b4307d05be481d7005b7bc9d5 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 30 Aug 2020 09:57:46 -0700 Subject: [PATCH] remove now unused NUL_FILE --- plugin/gs/gvloadimage_gs.c | 6 ------ plugin/poppler/gvloadimage_poppler.c | 6 ------ plugin/rsvg/gvloadimage_rsvg.c | 6 ------ 3 files changed, 18 deletions(-) diff --git a/plugin/gs/gvloadimage_gs.c b/plugin/gs/gvloadimage_gs.c index 0fee65f07..a33354da7 100644 --- a/plugin/gs/gvloadimage_gs.c +++ b/plugin/gs/gvloadimage_gs.c @@ -43,12 +43,6 @@ #define e_invalidid gs_error_invalidid #endif -#ifdef _WIN32 -#define NUL_FILE "nul" -#else -#define NUL_FILE "/dev/null" -#endif - typedef enum { FORMAT_PS_CAIRO, FORMAT_EPS_CAIRO, } format_type; diff --git a/plugin/poppler/gvloadimage_poppler.c b/plugin/poppler/gvloadimage_poppler.c index 7fd349243..955c48dfc 100644 --- a/plugin/poppler/gvloadimage_poppler.c +++ b/plugin/poppler/gvloadimage_poppler.c @@ -23,12 +23,6 @@ #include #include -#ifdef _WIN32 -#define NUL_FILE "nul" -#else -#define NUL_FILE "/dev/null" -#endif - typedef enum { FORMAT_PDF_CAIRO, } format_type; diff --git a/plugin/rsvg/gvloadimage_rsvg.c b/plugin/rsvg/gvloadimage_rsvg.c index 7ac448218..d5e39bba3 100644 --- a/plugin/rsvg/gvloadimage_rsvg.c +++ b/plugin/rsvg/gvloadimage_rsvg.c @@ -26,12 +26,6 @@ #endif #include -#ifdef _WIN32 -#define NUL_FILE "nul" -#else -#define NUL_FILE "/dev/null" -#endif - typedef enum { FORMAT_SVG_CAIRO, } format_type; -- 2.40.0