[libbluray-devel] Comment out unused code
hpi1
git at videolan.org
Thu May 4 09:36:37 CEST 2017
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Apr 3 15:49:30 2017 +0300| [070f581ca8a2757f5519e4e6d670a6901ae2b6fb] | committer: hpi1
Comment out unused code
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=070f581ca8a2757f5519e4e6d670a6901ae2b6fb
---
src/libbluray/bdj/java/org/havi/ui/HTextLook.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/bdj/java/org/havi/ui/HTextLook.java b/src/libbluray/bdj/java/org/havi/ui/HTextLook.java
index 295e9f0f..2b48882a 100644
--- a/src/libbluray/bdj/java/org/havi/ui/HTextLook.java
+++ b/src/libbluray/bdj/java/org/havi/ui/HTextLook.java
@@ -57,7 +57,7 @@ public class HTextLook implements HExtendedLook {
public void renderVisible(Graphics g, HVisible visible, int state) {
String text = visible.getTextContent(state);
- Insets insets = getInsets(visible);
+ //Insets insets = getInsets(visible);
if (text == null) {
return;
}
More information about the libbluray-devel
mailing list