Skip to content

Commit 587212b

Browse files
committed
remove unused code
1 parent 497a438 commit 587212b

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

doxia-modules/doxia-module-itext/src/main/java/org/apache/maven/doxia/module/itext/ITextSink.java

-13
Original file line numberDiff line numberDiff line change
@@ -2002,19 +2002,6 @@ private static String beautifyPhrase( String aString )
20022002
return sb.toString().trim();
20032003
}
20042004

2005-
private void startChunk( String fontName, int fontSize, String fontStyle, int fontColorBlue, int fontColorGreen,
2006-
int fontColorRed, String localDestination )
2007-
{
2008-
writeStartElement( ElementTags.CHUNK );
2009-
writeAddAttribute( ElementTags.FONT, fontName );
2010-
writeAddAttribute( ElementTags.SIZE, fontSize );
2011-
writeAddAttribute( ElementTags.STYLE, fontStyle );
2012-
writeAddAttribute( ElementTags.BLUE, fontColorBlue );
2013-
writeAddAttribute( ElementTags.GREEN, fontColorGreen );
2014-
writeAddAttribute( ElementTags.RED, fontColorRed );
2015-
// writeAddAttribute( ElementTags.LOCALDESTINATION, localDestination );
2016-
}
2017-
20182005
/**
20192006
* If debug mode is enabled, log the <code>msg</code> as is, otherwise add unique msg in <code>warnMessages</code>.
20202007
*

doxia-modules/doxia-module-itext/src/main/java/org/apache/maven/doxia/module/itext/SinkActionContext.java

-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public class SinkActionContext
115115

116116
private Stack<Integer> stack = new Stack<>();
117117

118-
private int currentAction;
119-
120118
/**
121119
* <p>Getter for the field <code>currentAction</code>.</p>
122120
*

0 commit comments

Comments
 (0)