Remove unused code

main
CPlaiz 2025-12-13 18:00:23 +01:00
parent 84feb089c0
commit 56d0affd83
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ public class Product {
this.vatPortion = vatPortion;
}
public float getPriceWithVat() {
return price + getVat();
}
public float getVat() {
return price * vatPortion;
}