diff options
author | Sven Gothel <[email protected]> | 2014-07-08 23:17:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-08 23:17:03 +0200 |
commit | 59125627b731705f656c1aac99d08b864665b445 (patch) | |
tree | 59297b48503e504d845c7dbfd0a9a2e5e927babe /src/jogl/classes/jogamp/graph | |
parent | 947bf9c45261013d81cc7199cb71c89b88b18fdf (diff) |
Findbugs: Comment on some issues (OK, they are) ; Remove dead branches
Diffstat (limited to 'src/jogl/classes/jogamp/graph')
-rw-r--r-- | src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java b/src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java index faeecf909..f4dd31465 100644 --- a/src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java +++ b/src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java @@ -330,8 +330,8 @@ public class PostTable implements Table { psGlyphName[i] = new String(buf); } } - } else if (version == 0x00025000) { - } else if (version == 0x00030000) { + // } else if (version == 0x00025000) { + // } else if (version == 0x00030000) { } } |