[libbluray-devel] Remove write-only private member

hpi1 git at videolan.org
Sun Feb 19 12:27:38 CET 2017


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Tue Jan 10 10:26:09 2017 +0200| [a9b11aeb0149e8ba1deee754faf7080432efc57a] | committer: hpi1

Remove write-only private member

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=a9b11aeb0149e8ba1deee754faf7080432efc57a
---

 .../org/videolan/media/content/video/dvb/mpeg/drip/VideoControl.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libbluray/bdj/java/org/videolan/media/content/video/dvb/mpeg/drip/VideoControl.java b/src/libbluray/bdj/java/org/videolan/media/content/video/dvb/mpeg/drip/VideoControl.java
index 248ff0c..c6e3b97 100644
--- a/src/libbluray/bdj/java/org/videolan/media/content/video/dvb/mpeg/drip/VideoControl.java
+++ b/src/libbluray/bdj/java/org/videolan/media/content/video/dvb/mpeg/drip/VideoControl.java
@@ -30,7 +30,7 @@ import org.videolan.StreamInfo;
 
 public class VideoControl implements VideoPresentationControl {
     protected VideoControl(Handler player) {
-        this.player = player;
+        //this.player = player;
     }
 
     protected HScreenRectangle getNormalizedRectangle(Dimension dimension, Rectangle rectangle) {
@@ -146,7 +146,7 @@ public class VideoControl implements VideoPresentationControl {
         throw new Error("Not implemented"); // TODO implement
     }
 
-    private Handler player;
+    //private Handler player;
     private HScreenRectangle srcArea = new HScreenRectangle(0.0f, 0.0f, 1.0f, 1.0f);
     private HScreenRectangle dstArea = new HScreenRectangle(0.0f, 0.0f, 1.0f, 1.0f);
 }



More information about the libbluray-devel mailing list