Remove GetBitmap since it is not being used anywhere

This commit is contained in:
GhostScissors 2024-09-09 15:28:00 +05:30
parent 4bce892c79
commit 9c3eeaf9cc

View File

@ -81,7 +81,6 @@ public class TabImage : ViewModel
}
private SKBitmap _bmp;
public SKBitmap ToSkBitmap() => _bmp;
private void ResetImage() => SetImage(_bmp);
}