eirikbakke commented on a change in pull request #3116:
URL: https://github.com/apache/netbeans/pull/3116#discussion_r692126974
##########
File path:
platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/ColorUtil.java
##########
@@ -38,8 +39,6 @@
private static Map<RenderingHints.Key, Object> hintsMap = null;
private static final boolean noGpCache = Boolean.getBoolean(
"netbeans.winsys.nogpcache"); //NOI18N
- private static final boolean noAntialias =
- Boolean.getBoolean("nb.no.antialias"); //NOI18N
Review comment:
This property will no longer be respected. I think that's fine; it
doesn't seem official, or needed anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists