aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-03 17:50:15 +0100
committerThomas White <taw@physics.org>2010-03-03 17:50:15 +0100
commit46a7ae42f1261a4aa0882af958ec93cc2e8d9610 (patch)
tree2976d88d9acce410575c32588be3bb1a8d4a91d7 /src/dirax.h
parent82792fbe72e2de4fa74f6bfc465159d86e59df43 (diff)
Stabilise DirAx stuff, and remove GLib dependency
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 */