[Mathlib-commitlog] SF.net SVN: mathlib:[590] JMathLib/trunk/src/jmathlib/core/interpreter/ GlobalV
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-12-31 15:08:16
|
Revision: 590
http://mathlib.svn.sourceforge.net/mathlib/?rev=590&view=rev
Author: st_mueller
Date: 2008-12-31 15:08:12 +0000 (Wed, 31 Dec 2008)
Log Message:
-----------
removed obsolete variable
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java
Modified: JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java 2008-12-31 13:37:20 UTC (rev 589)
+++ JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java 2008-12-31 15:08:12 UTC (rev 590)
@@ -37,9 +37,6 @@
/**Object to control plugins */
static transient private jmathlib.plugins.PluginsManager pluginsManager;
- /**The working directory */
- static transient private File workingDir;
-
/**sets whether to write debug lines to console and log files*/
static transient private boolean debug = true;
@@ -65,9 +62,6 @@
//set up a pointer to the interpreter object
interpreter = _interpreter;
- // set working directory to actual directory
- workingDir = new File(".");
-
// set up plugins manager
pluginsManager = new jmathlib.plugins.PluginsManager();
pluginsManager.setInterpreter(interpreter);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|