aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-08 23:17:03 +0200
committerSven Gothel <[email protected]>2014-07-08 23:17:03 +0200
commit59125627b731705f656c1aac99d08b864665b445 (patch)
tree59297b48503e504d845c7dbfd0a9a2e5e927babe /src/jogl/classes/jogamp/graph
parent947bf9c45261013d81cc7199cb71c89b88b18fdf (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.java4
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) {
}
}