remove unused variables
This commit is contained in:
@@ -29,8 +29,6 @@ namespace PolyChat
|
|||||||
private readonly FileManager fileManager;
|
private readonly FileManager fileManager;
|
||||||
// Props
|
// Props
|
||||||
private Dictionary<string, Connection> Connections = new Dictionary<string, Connection>();
|
private Dictionary<string, Connection> Connections = new Dictionary<string, Connection>();
|
||||||
private string OwnName = "";
|
|
||||||
private string OwnIP;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes Controller with UI access
|
/// Initializes Controller with UI access
|
||||||
@@ -40,7 +38,6 @@ namespace PolyChat
|
|||||||
{
|
{
|
||||||
UIController = uiController;
|
UIController = uiController;
|
||||||
fileManager = new FileManager(uiController);
|
fileManager = new FileManager(uiController);
|
||||||
OwnIP = getIP();
|
|
||||||
fileManager.loadChats();
|
fileManager.loadChats();
|
||||||
Serve();
|
Serve();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user