diff options
author | Thomas White <taw@physics.org> | 2015-12-17 15:44:06 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-12-17 15:44:06 +0100 |
commit | 41f7187901329fff3036e7b839d28895417945b8 (patch) | |
tree | bdced3903ab6114a85126daa29e407c83df1f34c | |
parent | 1fa96fe85cea65abd154bc32f1ff36420b028c4e (diff) |
Clean up unused code
-rw-r--r-- | libcrystfel/src/peaks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c index 50a6852e..8487a19d 100644 --- a/libcrystfel/src/peaks.c +++ b/libcrystfel/src/peaks.c @@ -54,9 +54,6 @@ #include "geometry.h" -/* Degree of polarisation of X-ray beam */ -#define POL (1.0) - static int cull_peaks_in_panel(struct image *image, struct panel *p) { int i, n; |