Removed obsolete variables.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1044 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-19 07:43:20 +00:00
parent 025f212df0
commit 817c7aab39
@@ -1,5 +1,5 @@
//
// $Id: ViewerApp.java,v 1.26 2002/02/18 00:43:24 mdb Exp $
// $Id: ViewerApp.java,v 1.27 2002/02/19 07:43:20 mdb Exp $
package com.threerings.miso.viewer;
@@ -163,10 +163,6 @@ public class ViewerApp
}
}
/** The desired width and height for the main application window. */
protected static final int WIDTH = 800;
protected static final int HEIGHT = 622;
/** The config object. */
protected Config _config;