Index: trunk/ppImage/src/ppImageOptions.h
===================================================================
--- trunk/ppImage/src/ppImageOptions.h	(revision 6747)
+++ trunk/ppImage/src/ppImageOptions.h	(revision 6817)
@@ -1,17 +1,4 @@
 #ifndef PP_IMAGE_OPTIONS_H
 #define PP_IMAGE_OPTIONS_H
-
-#include "pslib.h"
-#include "psmodules.h"
-#include "ppImageData.h"
-#include "ppConfig.h"
-
-// How much of the FPA to load at a time
-typedef enum {
-    PP_LOAD_NONE,                       // Don't load anything
-    PP_LOAD_FPA,                        // Load the entire FPA at once
-    PP_LOAD_CHIP,                       // Load by chip
-    PP_LOAD_CELL,                       // Load by cell
-} ppImageLoadDepth;
 
 // Options for ppImage processing
@@ -30,5 +17,4 @@
     psMetadataItem *nonLinearData;
     void *nonLinearSource;
-    ppImageLoadDepth imageLoadDepth;    // How much of the FPA to load at once
 } ppImageOptions;
 
@@ -36,8 +22,5 @@
 
 // Determine the processing options
-bool ppImageOptionsParse(ppImageData *data, // The data to be processed
-                         ppImageOptions *options, // Processing options
-                         pmConfig *config    // Configuration
-    );
+ppImageOptions *ppImageOptionsParse(pmConfig *config);
 
 #endif
