vcs: remove unused method

This commit is contained in:
Aleksey Pivovarov
2017-05-17 18:57:23 +03:00
committed by Aleksey Pivovarov
parent 19e567607a
commit c7ce73a82e
@@ -84,10 +84,6 @@ public class Change {
return myOtherLayers;
}
public boolean hasOtherLayers() {
return ! myOtherLayers.isEmpty();
}
public Type getType() {
if (myType == null) {
if (myBeforeRevision == null) {