aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirax.h')
-rw-r--r--src/dirax.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/dirax.h b/src/dirax.h
index 530d2696..8c429710 100644
--- a/src/dirax.h
+++ b/src/dirax.h
@@ -19,17 +19,8 @@
#include "utils.h"
-#if HAVE_GLIB
extern void run_dirax(struct image *image);
-#else
-
-static void run_dirax(struct image *image)
-{
- ERROR("Can't run DirAx without GLib.\n");
-}
-
-#endif
#endif /* DIRAX_H */