checking that these two files are commented out

0.6.0-stable
MW 2008-03-25 19:03:23 +00:00
parent c2ea7b99e1
commit 13a077674c
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*using System;
/*
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Region.Environment.Scenes;
@ -33,7 +34,7 @@ using OpenSim.Framework.Data.Base;
namespace OpenSim.Region.Environment.Modules
{
/*
public class AppearanceRowMapper : BaseRowMapper<AvatarAppearance>
{
public AppearanceRowMapper(BaseSchema schema, AvatarAppearance obj)

View File

@ -40,7 +40,6 @@ using OpenSim.Framework.Data.Base;
namespace OpenSim.Region.Environment.Modules
{
/*
public class AvatarFactoryModule : IAvatarFactory
{
private Scene m_scene = null;