From 59125627b731705f656c1aac99d08b864665b445 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 8 Jul 2014 23:17:03 +0200 Subject: Findbugs: Comment on some issues (OK, they are) ; Remove dead branches --- src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jogl/classes/jogamp/graph') 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) { } } -- cgit v1.2.3