aboutsummaryrefslogtreecommitdiff
path: root/src/povray.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 15:31:13 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:40 +0100
commit3c896e8741763b66fa056d6c8d79557225e66ad2 (patch)
treeffbb4fa21e6d9e0a7f65d5939ac2d48c9f2beb91 /src/povray.h
parent8557420ba0f50abdc1bf6245401fcd2566678f72 (diff)
Remove render_hkl --povray and remenants of cubeit
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 */