aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
index 7522db6a3..e7190797c 100644
--- a/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
+++ b/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
@@ -846,8 +846,6 @@ public class TextLayoutManager extends LeafNodeLayoutManager {
private LinkedList createElementsForASpace(int alignment,
AreaInfo ai, int leafValue) {
- //TODO: handling of special spaces
- // (U+2000 to U+200A fixed spaces, U+200B zero-width space)
LinkedList spaceElements = new LinkedList();
LeafPosition mainPosition = new LeafPosition(this, leafValue);