From 958232b2ff82cae10c96e0f71fbbf8ce46cc495b Mon Sep 17 00:00:00 2001 From: Matt Low Date: Tue, 20 Nov 2018 16:14:42 +0400 Subject: [PATCH] Remove unused Color import from Brick --- core/src/com/me/brickbuster/entity/Brick.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/com/me/brickbuster/entity/Brick.java b/core/src/com/me/brickbuster/entity/Brick.java index ac32922..5ae98a9 100644 --- a/core/src/com/me/brickbuster/entity/Brick.java +++ b/core/src/com/me/brickbuster/entity/Brick.java @@ -1,6 +1,5 @@ package com.me.brickbuster.entity; -import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.Pixmap; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.PolygonRegion;