Author: lektran
Date: Wed May  5 00:17:17 2010
New Revision: 941119

URL: http://svn.apache.org/viewvc?rev=941119&view=rev
Log:
Remove unused methods ahead of trying to figure out what the hell the transform 
does.

Modified:
    
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java

Modified: 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java?rev=941119&r1=941118&r2=941119&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java 
(original)
+++ 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java 
Wed May  5 00:17:17 2010
@@ -56,21 +56,6 @@ public class MenuWrapTransform implement
     public static final String [] upSaveKeyNames = {"globalNodeTrail"};
     public static final String [] saveKeyNames = {"contentId", "subContentId", 
"subDataResourceTypeId", "mimeTypeId", "whenMap", "locale",  "wrapTemplateId", 
"encloseWrapText", "nullThruDatesOnly", "renderOnStart", "renderOnClose", 
"menuDefFile", "menuName", "associatedContentId", "wrapperClassName"};
 
-    /**
-     * A wrapper for the FreeMarkerWorker version.
-     */
-    public static Object getWrappedObject(String varName, Environment env) {
-        return FreeMarkerWorker.getWrappedObject(varName, env);
-    }
-
-    public static String getArg(Map<String, Object> args, String key, 
Environment env) {
-        return FreeMarkerWorker.getArg(args, key, env);
-    }
-
-    public static String getArg(Map<String, Object> args, String key, 
Map<String, Object> ctx) {
-        return FreeMarkerWorker.getArg(args, key, ctx);
-    }
-
     @SuppressWarnings("unchecked")
     public Writer getWriter(final Writer out, Map args) {
         Map<String, Object> checkedArgs = UtilGenerics.checkMap(args);


Reply via email to