Remove random unused
This commit is contained in:
parent
d26fa699e5
commit
5f02b36cb7
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ public class GameModel
|
|||
|
||||
public GameModel(int width, int height, Image image)
|
||||
{
|
||||
var random = new Random();
|
||||
|
||||
_writeableBitmap = BitmapFactory.New(width, height);
|
||||
image.Source = _writeableBitmap;
|
||||
|
||||
|
|
Reference in a new issue