Removed an unused method.

This commit is contained in:
akwizgran
2016-02-16 10:25:32 +00:00
parent 3f356b999a
commit b50dce1c8d

View File

@@ -94,10 +94,6 @@ abstract public class IdenticonView extends View {
}
}
protected byte getByte(int index) {
return getDelegate().getByte(index);
}
abstract protected IdenticonBase getDelegate();
@Override