From 81da5dc094937c4798c18bf4f322e60efbca560a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=A5=D0=B0=D1=80=D0=BB?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 19 Dec 2022 23:38:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=B5=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrawingEngines.java | 1 - FormStormtrooper.java | 1 - 2 files changed, 2 deletions(-) diff --git a/DrawingEngines.java b/DrawingEngines.java index e5df641..fdb7b52 100644 --- a/DrawingEngines.java +++ b/DrawingEngines.java @@ -2,7 +2,6 @@ import java.awt.*; public class DrawingEngines { private DirectionEnginesOnStormtrooper enginesCount; - private Color color; public void SetNewEngines(int countEngines){ if (countEngines == 4) { enginesCount = DirectionEnginesOnStormtrooper.FOUR; diff --git a/FormStormtrooper.java b/FormStormtrooper.java index 450855d..356fd48 100644 --- a/FormStormtrooper.java +++ b/FormStormtrooper.java @@ -7,7 +7,6 @@ import java.awt.event.ComponentListener; import java.util.Random; public class FormStormtrooper extends JComponent { private DrawingStormtrooper _stormtrooper; - private EntityStormtrooper _entityStormtrooper; public static void main(String[] args) { FormStormtrooper formStormtrooper = new FormStormtrooper(); }