v0.6.0: removed unused imports

This commit is contained in:
Evan Debenham
2017-03-16 19:16:50 -04:00
parent 80f3be650b
commit 8af7fa2367
38 changed files with 7 additions and 67 deletions

View File

@@ -22,7 +22,6 @@
package com.watabou.utils;
import android.annotation.SuppressLint;
import android.util.FloatMath;
@SuppressLint("FloatMath")
public class PointF {