From 991282cd9391dc2a668780b43c5119c20d77990f Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 17 Feb 2024 13:51:29 +0530 Subject: add History support and make buttons rounded --- History.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'History.java') diff --git a/History.java b/History.java index 32b8598..b1527ef 100644 --- a/History.java +++ b/History.java @@ -7,9 +7,6 @@ public class History { hist = new Vector(); } - public void addHistory(String h) { - hist.add(h); - } public Vector getHistory() { return hist; } -- cgit v1.2.3