aboutsummaryrefslogtreecommitdiff
path: root/src/index-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index-priv.h')
-rw-r--r--src/index-priv.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/index-priv.h b/src/index-priv.h
deleted file mode 100644
index 3d8c8a22..00000000
--- a/src/index-priv.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * index-priv.h
- *
- * Indexing private data
- *
- * (c) 2006-2010 Thomas White <taw@physics.org>
- *
- * Part of CrystFEL - crystallography with a FEL
- *
- */
-
-
-#ifndef INDEXPRIV_H
-#define INDEXPRIV_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
-#include "index.h"
-
-struct _indexingprivate
-{
- IndexingMethod indm;
-};
-
-
-#endif /* INDEXPRIV_H */