Remove unused constant [skip ci]

This commit is contained in:
Jamie McDonald 2014-04-04 14:31:07 +02:00
parent 53ddbfc87d
commit 97f2401cfd
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ public class Crop {
String ASPECT_Y = "aspect_y";
String MAX_X = "max_x";
String MAX_Y = "max_y";
String GUIDES = "show_guides";
String ERROR = "error";
}