src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java

Print this page

        

@@ -301,15 +301,10 @@
     public FontPeer getFontPeer(String name, int style) {
         return new OSXPlatformFont(name, style);
     }
 
     @Override
-    protected MouseInfoPeer createMouseInfoPeerImpl() {
-        return new CMouseInfoPeer();
-    }
-
-    @Override
     protected int getScreenHeight() {
         return GraphicsEnvironment.getLocalGraphicsEnvironment()
                 .getDefaultScreenDevice().getDefaultConfiguration().getBounds().height;
     }