Undo reliance on otherwise dead class

This commit is contained in:
jdf
2010-03-03 16:38:15 +00:00
parent 671578f820
commit 366f792fc1
2 changed files with 4 additions and 2 deletions
@@ -6,6 +6,8 @@ import java.util.regex.Pattern;
import processing.app.Base;
public class AVD {
static final int DEFAULT_WIDTH = 320;
static final int DEFAULT_HEIGHT = 480;
/** Name of this avd. */
public final String name;
@@ -43,8 +43,8 @@ class Build {
}
protected int[] getSketchSize() {
int wide = Device.DEFAULT_WIDTH;
int high = Device.DEFAULT_HEIGHT;
int wide = AVD.DEFAULT_WIDTH;
int high = AVD.DEFAULT_HEIGHT;
// String renderer = "";
// This matches against any uses of the size() function, whether numbers