Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 12716)
+++ trunk/psModules/src/config/pmConfig.h	(revision 12906)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  * 
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-04-03 20:28:26 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-18 22:42:33 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -47,10 +47,14 @@
     psMetadata *files;                  ///< pmFPAfiles used for analysis
     psDB *database;                     ///< Database handle
-    int *argc;                          ///< Number of command-line arguments
-    char **argv;                        ///< Command-line arguments (raw version)
     const char *defaultRecipe;          ///< name of top-level recipe for this program
     // Private members
     pmRecipeSource recipesRead;         ///< Which recipe sources have been read
     psMetadata *recipeSymbols;          ///< Where each recipe came from
+
+    // dropping the argc, argv info from pmConfig
+    # if (0)
+    int *argc;                          ///< Number of command-line arguments
+    char **argv;                        ///< Command-line arguments (raw version)
+    # endif 
 }
 pmConfig;
