Skip to content

Commit 5a0065d

Browse files
committed
Removed unused imports
1 parent 703ff3c commit 5a0065d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/src/main/java/com/example/ravina/tictactoe/TicTacToeActivity.java

-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package com.example.ravina.tictactoe;
22

3-
import android.app.Activity;
4-
import android.content.Context;
5-
import android.content.Intent;
6-
import android.content.SharedPreferences;
73
import android.graphics.Bitmap;
84
import android.graphics.Canvas;
95
import android.graphics.drawable.BitmapDrawable;
@@ -19,7 +15,6 @@
1915

2016
import java.util.ArrayList;
2117
import java.util.List;
22-
import java.util.Map;
2318

2419
public class TicTacToeActivity extends AppCompatActivity {
2520
GridLayout board;
@@ -314,8 +309,6 @@ private Boolean checkOver(Tile t1, Tile t2, Tile t3) {
314309
return over;
315310
}
316311

317-
318-
319312
/**
320313
* If turn is 1, draw a cross on iv. Else, draw a circle on iv
321314
* @param iv imageview to draw on

0 commit comments

Comments
 (0)