X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fsave%2FGroutedImage.java;h=d5cbc05bd3a51a69af748a5d42f7d71e93ee7420;hp=44000678ea420e73eed834029a8e1d569dbe1817;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hpb=8c8868ae29b3252f02e094c02307384cf61ba667 diff --git a/tim/prune/save/GroutedImage.java b/tim/prune/save/GroutedImage.java index 4400067..d5cbc05 100644 --- a/tim/prune/save/GroutedImage.java +++ b/tim/prune/save/GroutedImage.java @@ -37,13 +37,6 @@ public class GroutedImage return _image != null && _numTilesFound > 0; } - /** - * @return true if all the required tiles were found - */ - public boolean isComplete() { - return _numTilesMissing == 0; - } - /** * @return the pixel dimensions of the result image */