You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2006/08/17 20:32:50 UTC

svn commit: r432325 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr: FopPropValFunction.java PropertyParser.java

Author: adelmelle
Date: Thu Aug 17 11:32:50 2006
New Revision: 432325

URL: http://svn.apache.org/viewvc?rev=432325&view=rev
Log:
Cleanup: removed obsolete class

Removed:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/FopPropValFunction.java
Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyParser.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyParser.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyParser.java?rev=432325&r1=432324&r2=432325&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyParser.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyParser.java Thu Aug 17 11:32:50 2006
@@ -62,8 +62,6 @@
                           new PPColWidthFunction());
         FUNCTION_TABLE.put("label-end", new LabelEndFunction());
         FUNCTION_TABLE.put("body-start", new BodyStartFunction());
-        // NOTE: used from code generated for corresponding properties
-        FUNCTION_TABLE.put("_fop-property-value", new FopPropValFunction());
 
         /**
          * * NOT YET IMPLEMENTED!!!



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org