v0.7.4b: removed unused todo/fixme statements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user