diff options
author | UbitUmarov | 2015-11-21 00:49:43 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-21 00:49:43 +0000 |
commit | 36426b0db219d005b4cba193c20c31fa8571966c (patch) | |
tree | c0fd15a36a86389cac36cf03455afc75c66a2e00 /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |
parent | stop the Vehicle AFTER fixing position not before, bc stop code also updates... (diff) | |
download | opensim-SC-36426b0db219d005b4cba193c20c31fa8571966c.zip opensim-SC-36426b0db219d005b4cba193c20c31fa8571966c.tar.gz opensim-SC-36426b0db219d005b4cba193c20c31fa8571966c.tar.bz2 opensim-SC-36426b0db219d005b4cba193c20c31fa8571966c.tar.xz |
remove some compile warnings increasing total number by 2
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index 79a3458..aa51a00 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |||
@@ -82,10 +82,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
82 | private static OpenMetaverse.BlockingQueue<aPollRequest> m_queue = | 82 | private static OpenMetaverse.BlockingQueue<aPollRequest> m_queue = |
83 | new OpenMetaverse.BlockingQueue<aPollRequest>(); | 83 | new OpenMetaverse.BlockingQueue<aPollRequest>(); |
84 | 84 | ||
85 | |||
86 | // TODO: Change this to a config option | ||
87 | private string m_RedirectURL = null; | ||
88 | |||
89 | private Dictionary<UUID,PollServiceTextureEventArgs> m_pollservices = new Dictionary<UUID,PollServiceTextureEventArgs>(); | 85 | private Dictionary<UUID,PollServiceTextureEventArgs> m_pollservices = new Dictionary<UUID,PollServiceTextureEventArgs>(); |
90 | 86 | ||
91 | 87 | ||