From 04d6a810b6df79b34f9754e0a1b189c070407727 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 11 Feb 2009 17:34:12 +0000 Subject: * More inventory archive invocation to a proper region module * Not ready for use yet --- OpenSim/Region/Application/OpenSimBase.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimBase.cs') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index d86a47b..6592a9b 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -71,11 +71,6 @@ namespace OpenSim /// The file used to load and save an opensim archive if no filename has been specified /// protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene_oar.tar.gz"; - - /// - /// The file to load and save inventory if no filename has been specified - /// - protected const string DEFAULT_INV_BACKUP_FILENAME = "opensim_inv.tar.gz"; public ConfigSettings ConfigurationSettings { -- cgit v1.1