diff options
author | lbsa71 | 2009-04-16 18:35:23 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-16 18:35:23 +0000 |
commit | 1d12274850c8b51b995361b78010fdaf55ca5f2f (patch) | |
tree | ae7765d8aa4874f888dfeb9a87abc6c767a8f960 /OpenSim/Framework/ConfigBase.cs | |
parent | * Started arduous config refactoring task with babystep introduction of commo... (diff) | |
download | opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.zip opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.gz opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.bz2 opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.xz |
* bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further.
Diffstat (limited to 'OpenSim/Framework/ConfigBase.cs')
-rw-r--r-- | OpenSim/Framework/ConfigBase.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Framework/ConfigBase.cs b/OpenSim/Framework/ConfigBase.cs deleted file mode 100644 index 5479f2f..0000000 --- a/OpenSim/Framework/ConfigBase.cs +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Framework | ||
6 | { | ||
7 | public abstract class ConfigBase | ||
8 | { | ||
9 | } | ||
10 | } | ||