Index: /trunk/ippconfig/recipes/psphot.config
===================================================================
--- /trunk/ippconfig/recipes/psphot.config	(revision 34559)
+++ /trunk/ippconfig/recipes/psphot.config	(revision 34560)
@@ -196,6 +196,4 @@
 
 KRON_ITERATIONS                     S32   2
-KRON_APPLY_WEIGHT                   BOOL  FALSE
-KRON_APPLY_WINDOW                   BOOL  FALSE
 KRON_SMOOTH                         BOOL  TRUE      # smooth pixels before measuring kron radii
 KRON_SMOOTH_SIGMA                   F32   1.7
Index: /trunk/psphot/src/psphotKronIterate.c
===================================================================
--- /trunk/psphot/src/psphotKronIterate.c	(revision 34559)
+++ /trunk/psphot/src/psphotKronIterate.c	(revision 34560)
@@ -97,13 +97,4 @@
     }
 
-    bool KRON_APPLY_WEIGHT = psMetadataLookupBool (&status, recipe, "KRON_APPLY_WEIGHT");
-    if (!status) {
-        KRON_APPLY_WEIGHT = true;
-    }
-
-    bool KRON_APPLY_WINDOW = psMetadataLookupBool (&status, recipe, "KRON_APPLY_WINDOW");
-    if (!status) {
-        KRON_APPLY_WINDOW = false;
-    }
     bool KRON_SMOOTH = psMetadataLookupBool (&status, recipe, "KRON_SMOOTH");
     if (!status) {
