[FIX] removed bad getter for model
This commit is contained in:
@@ -43,9 +43,6 @@ namespace Client
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_model == null)
|
||||
_model = new Model();
|
||||
|
||||
return _model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user