Remove Unused Variable

This commit is contained in:
Alan Moon 2025-12-11 14:42:30 -08:00
parent cd77340b7c
commit 3c353d045f

View File

@ -14,7 +14,6 @@ namespace qtcnet_client.Forms.Games
public partial class StockMarketGame : Form
{
private IApiService _apiService;
private int StockPrice = 0;
public StockMarketGame(IApiService apiService)
{
_apiService = apiService;