* removed redundant constructor

0.6.0-stable
lbsa71 2008-03-28 14:26:28 +00:00
parent 88a14c9a76
commit ed74b8af5f
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ namespace OpenSim.Framework.Data.MapperFactory
MYSQL,
};
public DataMapperFactory() {
}
static public BaseDatabaseConnector GetDataBaseMapper(MAPPER_TYPE type, string connectionString)
{
switch (type) {