Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 31, 2021
1 parent 497a438 commit 587212b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2002,19 +2002,6 @@ private static String beautifyPhrase( String aString )
return sb.toString().trim();
}

private void startChunk( String fontName, int fontSize, String fontStyle, int fontColorBlue, int fontColorGreen,
int fontColorRed, String localDestination )
{
writeStartElement( ElementTags.CHUNK );
writeAddAttribute( ElementTags.FONT, fontName );
writeAddAttribute( ElementTags.SIZE, fontSize );
writeAddAttribute( ElementTags.STYLE, fontStyle );
writeAddAttribute( ElementTags.BLUE, fontColorBlue );
writeAddAttribute( ElementTags.GREEN, fontColorGreen );
writeAddAttribute( ElementTags.RED, fontColorRed );
// writeAddAttribute( ElementTags.LOCALDESTINATION, localDestination );
}

/**
* If debug mode is enabled, log the <code>msg</code> as is, otherwise add unique msg in <code>warnMessages</code>.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ public class SinkActionContext

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

private int currentAction;

/**
* <p>Getter for the field <code>currentAction</code>.</p>
*
Expand Down

0 comments on commit 587212b

Please sign in to comment.