v0.7.4b: removed unused todo/fixme statements

This commit is contained in:
Evan Debenham
2019-08-07 16:44:56 -04:00
parent 8ec14c341e
commit e8086d78f2
3 changed files with 0 additions and 29 deletions

View File

@@ -334,7 +334,6 @@ public class BitmapText extends Visual {
lineHeight = baseLine = height( frames.get( chars.charAt( 0 ) ) );
}
//FIXME
private boolean colorNotMatch(Pixmap pixmap, int x, int y, int color) {
int pixel = pixmap.getPixel(x, y);
if ((pixel & 0xFF) == 0) {