diff options
author | Justin Clarke Casey | 2008-09-19 20:39:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-19 20:39:30 +0000 |
commit | 7eb3b5a578065dbab49e3b61f058402ea9336ca9 (patch) | |
tree | 2cd6ae875886f3bc1f928c3a89c94fa6fa1aa5ce /OpenSim/ApplicationPlugins | |
parent | * Enables logins to regions on a grid once they have finished starting up (th... (diff) | |
download | opensim-SC_OLD-7eb3b5a578065dbab49e3b61f058402ea9336ca9.zip opensim-SC_OLD-7eb3b5a578065dbab49e3b61f058402ea9336ca9.tar.gz opensim-SC_OLD-7eb3b5a578065dbab49e3b61f058402ea9336ca9.tar.bz2 opensim-SC_OLD-7eb3b5a578065dbab49e3b61f058402ea9336ca9.tar.xz |
* minor: eliminate the current warnings
* you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :)
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index 42266ce..18a0baf 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | |||
@@ -45,7 +45,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
45 | public class RestAppearanceServices : IRest | 45 | public class RestAppearanceServices : IRest |
46 | { | 46 | { |
47 | private static readonly int PARM_USERID = 0; | 47 | private static readonly int PARM_USERID = 0; |
48 | private static readonly int PARM_PATH = 1; | 48 | //private static readonly int PARM_PATH = 1; |
49 | 49 | ||
50 | private bool enabled = false; | 50 | private bool enabled = false; |
51 | private string qPrefix = "appearance"; | 51 | private string qPrefix = "appearance"; |