Skip to content

Commit

Permalink
removed unused private method and import
Browse files Browse the repository at this point in the history
  • Loading branch information
batzorent committed Aug 22, 2019
1 parent 41bd574 commit bc122a1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.mabb.fontverter.opentype;

import org.apache.commons.lang3.StringUtils;
import org.mabb.fontverter.FontProperties;
import org.mabb.fontverter.cff.CffFontAdapter;

Expand Down Expand Up @@ -65,8 +64,4 @@ private static void readCffTableNames(OpenTypeFont font, FontProperties properti
properties.setSubFamilyName(cff.getSubFamilyName());
properties.setTrademarkNotice(cff.getTrademarkNotice());
}

private static boolean isNameTableRecordsEmpty(OpenTypeFont font) {
return StringUtils.isEmpty(font.getNameTable().getName(OtfNameConstants.RecordType.FULL_FONT_NAME));
}
}

0 comments on commit bc122a1

Please sign in to comment.