Petri Hintukainen pushed to branch master at VideoLAN / libbluray


Commits:
78c9a9a9 by spotter at 2026-01-28T21:44:59+00:00
HComponent: remove unneccessary "unimplemented" logs

- - - - -


1 changed file:

- src/libbluray/bdj/java/org/havi/ui/HComponent.java


Changes:

=====================================
src/libbluray/bdj/java/org/havi/ui/HComponent.java
=====================================
@@ -20,7 +20,6 @@
 
 package org.havi.ui;
 
-import java.awt.AWTEvent;
 import java.awt.Component;
 import org.dvb.ui.TestOpacity;
 
@@ -65,12 +64,6 @@ public abstract class HComponent extends Component 
implements HMatteLayer, TestO
         return super.isEnabled();
     }
 
-    protected void processEvent(AWTEvent event) {
-        org.videolan.Logger.unimplemented(HComponent.class.getName(), 
"processEvent");
-
-        super.processEvent(event);
-    }
-
     private HMatte matte = null;
 
     private static final long serialVersionUID = -4115249517434074428L;



View it on GitLab: 
https://code.videolan.org/videolan/libbluray/-/commit/78c9a9a91b7e9c02529a7fe49addde314299c91a

-- 
View it on GitLab: 
https://code.videolan.org/videolan/libbluray/-/commit/78c9a9a91b7e9c02529a7fe49addde314299c91a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to