From: Debayan Sutradhar Date: Fri, 28 May 2021 10:41:42 +0530 Subject: Removed unused method --- Removed unused method --- --- 'a/src/main/java/com/stream_pi/client/window/dashboard/actiongridpane/ActionBox.java' +++ b/src/main/java/com/stream_pi/client/window/dashboard/actiongridpane/ActionBox.java @@ -214,17 +214,6 @@ public class ActionBox extends StackPane return logger; } - public static Action deserialize(ByteBuffer buffer) { - try { - ByteArrayInputStream is = new ByteArrayInputStream(buffer.array()); - ObjectInputStream ois = new ObjectInputStream(is); - return (Action) ois.readObject(); - } catch (Exception e) { - e.printStackTrace(); - throw new RuntimeException(e); - } - } - public void setIcon(byte[] iconByteArray) { removeFontIcon();