aboutsummaryrefslogtreecommitdiff
path: root/src/povray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/povray.h')
-rw-r--r--src/povray.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/povray.h b/src/povray.h
deleted file mode 100644
index f91c141c..00000000
--- a/src/povray.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * povray.h
- *
- * Invoke POV-ray
- *
- * (c) 2006-2011 Thomas White <taw@physics.org>
- *
- * Part of CrystFEL - crystallography with a FEL
- *
- */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifndef POVRAY_H
-#define POVRAY_H
-
-#include "reflist.h"
-#include "cell.h"
-#include "symmetry.h"
-
-extern int povray_render_animation(UnitCell *cell, RefList *list,
- unsigned int nproc, const SymOpList *sym,
- int wght, double boost, double scale_top);
-
-#endif /* POVRAY_H */