yet another rewrite of the producers...
[mir.git] / source / mircoders / localizer / basic / MirBasicProducerLocalizer.java
index 9f2876d..9e3dc96 100755 (executable)
@@ -36,15 +36,6 @@ public class MirBasicProducerLocalizer implements MirProducerLocalizer {
           MirGlobal.getConfigProperty("Producer.StorageRoot") + "/index.shtml",
           MirGlobal.getConfigIntegerProperty("Producer.StartPage.Items"),
           MirGlobal.getConfigIntegerProperty("Producer.StartPage.Newswire")));
-
-
-    aStartPageFactory.addFactory(
-      new TopicStartPageProducerFactory(
-          MirGlobal.getConfigProperty("Producer.StartPage.Template"),
-          "bundles.admin",
-          MirGlobal.getConfigProperty("Producer.StorageRoot") + "/${filename}index.shtml",
-          MirGlobal.getConfigIntegerProperty("Producer.StartPage.Items"),
-          MirGlobal.getConfigIntegerProperty("Producer.StartPage.Newswire")));
   }
 
   protected void setupSynchronizationFactory(CompositeProducerFactory aSynchronizationFactory) {