diff --git a/Assets/Scripts/InventoryStuff/DisplayFacts.cs b/Assets/Scripts/InventoryStuff/DisplayFacts.cs
index 76af53986e4b0f399ad7db4bfc58465f5a8c68df..d39ed9498a3cb790dac7b56e24be18d8c2637d32 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()
     {