From 235ae95b50388de7a653a2cdba5f02696e78e014 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 16 Apr 2009 20:24:11 +0000 Subject: * minor: Eliminate redundant argument in PreloadUserCache --- OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs') diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 4aed338..714e279 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs @@ -218,9 +218,8 @@ namespace OpenSim.Framework.Communications.Cache /// /// Preloads User data into the region cache. Modules may use this service to add non-standard clients /// - /// /// - public void PreloadUserCache(UUID userID, UserProfileData userData) + public void PreloadUserCache(UserProfileData userData) { AddToCaches(userData); } -- cgit v1.1