summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-05-06 08:59:02 -0400
committerKurt <kurt.w.jung@gmail.com>2019-05-06 08:59:02 -0400
commit7e2fd5e62062f910ad6fe58dcca97a7e69b85bb3 (patch)
tree700ce534766cc0c7397e5c1da95b28099918118c /fpdf.go
parentbd6c576bfedb4b1a02d8232f9332244a4497df55 (diff)
Remove some ineffectual assignments as reported by goreportcard.com
Diffstat (limited to 'fpdf.go')
-rw-r--r--fpdf.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/fpdf.go b/fpdf.go
index 7859467..cd87ad9 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -1736,9 +1736,9 @@ func (f *Fpdf) addFontFromBytes(familyStr, styleStr string, jsonFileBytes, zFile
if utf8Bytes != nil {
- if styleStr == "IB" {
- styleStr = "BI"
- }
+ // if styleStr == "IB" {
+ // styleStr = "BI"
+ // }
Type := "UTF8"
reader := fileReader{readerPosition: 0, array: utf8Bytes}
@@ -3995,8 +3995,8 @@ func (f *Fpdf) generateCIDFontMap(font *fontDefType, LastRune int) {
previousKey = key
}
nextKey = key + cws
- ui := ws.getIndex("interval")
- ui = ui + 1
+ // ui := ws.getIndex("interval")
+ // ui = ui + 1
if ws.getIndex("interval") >= 0 {
if cws > 3 {
isInterval = true