From 23d4c05611443429969dee77399d0c7d9ffe94d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=B6ner?= <tobias.stonehead@gmail.com> Date: Thu, 12 Jan 2023 19:55:12 +0100 Subject: [PATCH] refactor: removed unused variables --- Assets/Scripts/InventoryStuff/DisplayFacts.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Assets/Scripts/InventoryStuff/DisplayFacts.cs b/Assets/Scripts/InventoryStuff/DisplayFacts.cs index 76af5398..d39ed949 100644 --- a/Assets/Scripts/InventoryStuff/DisplayFacts.cs +++ b/Assets/Scripts/InventoryStuff/DisplayFacts.cs @@ -43,13 +43,6 @@ public class DisplayFacts : MonoBehaviour public GameObject prefab_OnCircleFact; public GameObject prefab_AngleCircleLineFact; - [Header("Visualisation")] - public int x_Start; - public int y_Start; - public int X_Pacece_Between_Items; - public int y_Pacece_Between_Items; - public int number_of_Column; - //Start is called before the first frame update void Start() { -- GitLab