not deprecated, just unnecessary

This commit is contained in:
Ben Fry
2022-01-13 09:31:30 -05:00
parent e9f2b53bb2
commit bc5178049e
+1 -2
View File
@@ -648,11 +648,10 @@ public class Toolkit {
/**
* Deprecated version of the function, but can't get rid of it
* Unnecessary version of the function, but can't get rid of it
* without breaking tools and modes (they'd only require a recompile,
* but they would no longer be backwards compatible).
*/
@Deprecated
static public void setIcon(Frame frame) {
setIcon((Window) frame);
}