diff --git a/PolyChat/Controller.cs b/PolyChat/Controller.cs index 30048c2..096b832 100644 --- a/PolyChat/Controller.cs +++ b/PolyChat/Controller.cs @@ -29,8 +29,6 @@ namespace PolyChat private readonly FileManager fileManager; // Props private Dictionary Connections = new Dictionary(); - private string OwnName = ""; - private string OwnIP; /// /// Initializes Controller with UI access @@ -40,7 +38,6 @@ namespace PolyChat { UIController = uiController; fileManager = new FileManager(uiController); - OwnIP = getIP(); fileManager.loadChats(); Serve();