diff options
author | Justin Clarke Casey | 2008-12-17 16:47:38 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-17 16:47:38 +0000 |
commit | ac451485d6809e52e893cf7f443046c41617fa0b (patch) | |
tree | d36e94dcb2608966ff52f56218dfcc112d6506b8 /OpenSim/Region/Environment | |
parent | * Simply friends code by only sending notifications to a newly logged on user... (diff) | |
download | opensim-SC_OLD-ac451485d6809e52e893cf7f443046c41617fa0b.zip opensim-SC_OLD-ac451485d6809e52e893cf7f443046c41617fa0b.tar.gz opensim-SC_OLD-ac451485d6809e52e893cf7f443046c41617fa0b.tar.bz2 opensim-SC_OLD-ac451485d6809e52e893cf7f443046c41617fa0b.tar.xz |
* minor: Remove unused AppearanceTableMapper as pointed out by jonc in http://opensimulator.org/mantis/view.php?id=2843
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Friends/FriendsModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Friends/FriendsModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Friends/FriendsModule.cs index f8f66d6..6a8141a 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Friends/FriendsModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Friends/FriendsModule.cs | |||
@@ -24,6 +24,7 @@ | |||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | |||
27 | using System; | 28 | using System; |
28 | using System.Collections; | 29 | using System.Collections; |
29 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |