summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/image/gif.c b/image/gif.c
index 214a7bcff..74d09f13d 100644
--- a/image/gif.c
+++ b/image/gif.c
@@ -28,9 +28,6 @@
* [rjw] - Sun 4th April 2004
*/
-#include "utils/config.h"
-#ifdef WITH_GIF
-
#include <assert.h>
#include <string.h>
#include <stdbool.h>
@@ -425,5 +422,3 @@ static const char *nsgif_types[] = {
};
CONTENT_FACTORY_REGISTER_TYPES(nsgif, nsgif_types, nsgif_content_handler);
-
-#endif