No longer need the _root directory.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@612 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: XMLSceneRepository.java,v 1.14 2001/11/08 03:04:44 mdb Exp $
|
// $Id: XMLSceneRepository.java,v 1.15 2001/11/08 18:36:56 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene.xml;
|
package com.threerings.miso.scene.xml;
|
||||||
|
|
||||||
@@ -37,7 +37,6 @@ public class XMLSceneRepository
|
|||||||
_tilemgr = tilemgr;
|
_tilemgr = tilemgr;
|
||||||
|
|
||||||
// get path-related information
|
// get path-related information
|
||||||
_root = System.getProperty("root", "");
|
|
||||||
_sceneRoot = _config.getValue(SCENEROOT_KEY, DEF_SCENEROOT);
|
_sceneRoot = _config.getValue(SCENEROOT_KEY, DEF_SCENEROOT);
|
||||||
|
|
||||||
// create an iso scene view model detailing scene dimensions
|
// create an iso scene view model detailing scene dimensions
|
||||||
@@ -96,9 +95,6 @@ public class XMLSceneRepository
|
|||||||
/** The tile manager from which the scenes obtain their tiles. */
|
/** The tile manager from which the scenes obtain their tiles. */
|
||||||
protected TileManager _tilemgr;
|
protected TileManager _tilemgr;
|
||||||
|
|
||||||
/** The main program absolute root directory. */
|
|
||||||
protected String _root;
|
|
||||||
|
|
||||||
/** The root scene directory path. */
|
/** The root scene directory path. */
|
||||||
protected String _sceneRoot;
|
protected String _sceneRoot;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user