retracting this, it isn't used anyomre as far as i can tell
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index ec71fcb..6b4a4de 100755 (executable)
@@ -32,8 +32,6 @@ public final class HTMLTemplateProcessor {
   private static String               imageHost;
   private static String               imagePath;
   private static String               openAction;
-  private static String               generateFO; 
-  private static String               generatePDF;
   protected static String producerDocRoot =
                MirConfig.getProp("Producer.DocRoot");
   protected static String producerStorageRoot =
@@ -70,8 +68,6 @@ public final class HTMLTemplateProcessor {
     imagePath = MirConfig.getProp("Producer.Image.Path");
     producerDocRoot = MirConfig.getProp("Producer.DocRoot");
     producerStorageRoot = MirConfig.getProp("Producer.StorageRoot");
-    generateFO = MirConfig.getProp("GenerateFO");    
-    generatePDF = MirConfig.getProp("GeneratePDF");
   }
 
   /**
@@ -248,8 +244,6 @@ public final class HTMLTemplateProcessor {
                configHash.put("imageHost", new SimpleScalar(imageHost));
                configHash.put("imagePath", new SimpleScalar(imagePath));
                configHash.put("mirVersion", new SimpleScalar(MirConfig.getProp("Mir.Version")));
-               configHash.put("generateFO", new SimpleScalar(generateFO));  
-               configHash.put("generatePDF", new SimpleScalar(generatePDF));
                 // this conform to updated freemarker syntax
                configHash.put("compressWhitespace", new freemarker.template.utility.CompressWhitespace() );