Skip to content

Commit

Permalink
Removed commented out detritus
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boyd <[email protected]>
  • Loading branch information
Minothor committed Jun 8, 2023
1 parent 9e09015 commit 5b4babc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ public int deleteTreeNodeDictChild(PdfObjectTreeNode parent, PdfName key) {

//Returns index of the added child
public int addTreeNodeDictChild(PdfObjectTreeNode parent, PdfName key, int index, PdfObject childValue) {
// PdfObjectTreeNode child = PdfObjectTreeNode.getInstance((PdfDictionary) parent.getPdfObject(), key);
PdfObjectTreeNode child = PdfObjectTreeNode.getInstance(childValue, key);
return addTreeNodeChild(parent, child, index);
}
Expand Down

0 comments on commit 5b4babc

Please sign in to comment.