Index: trunk/ppImage/src/ppImage.h
===================================================================
--- trunk/ppImage/src/ppImage.h	(revision 5858)
+++ trunk/ppImage/src/ppImage.h	(revision 5860)
@@ -46,5 +46,4 @@
     bool doSource;			// Source identification and photometry
     bool doAstrom;			// Astrometry
-    bool preLoad;
 
     bool doOverscan;			// Overscan subtraction
@@ -61,5 +60,4 @@
 
     ppImageLoadDepth imageLoadDepth;
-
 } ppOptions;
 
@@ -93,5 +91,5 @@
 bool ppImageLoop (ppData *data, ppOptions *options, ppConfig *config);
 bool ppImageOptions (ppData *data, ppOptions *options, ppConfig *config);
-bool ppImageParseCamera (ppData *data, ppConfig *config, char **argv);
+bool ppImageParseCamera (ppData *data, ppConfig *config);
 bool ppImageParseDetrend (ppData *data, ppOptions *options, ppConfig *config);
 
