From af3581ba2ea4b656bb2da9482653be9bb417846d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 7 Aug 2020 19:20:14 +0100 Subject: [PATCH] fix sqlite --- OpenSim/Data/SQLite/SQLiteSimulationData.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index c4c3631c74..7163fdd537 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs @@ -1195,10 +1195,6 @@ namespace OpenSim.Data.SQLite createCol(prims, "TextureAnimation", typeof(String)); createCol(prims, "ParticleSystem", typeof(String)); - createCol(prims, "OmegaX", typeof(Double)); - createCol(prims, "OmegaY", typeof(Double)); - createCol(prims, "OmegaZ", typeof(Double)); - createCol(prims, "CameraEyeOffsetX", typeof(Double)); createCol(prims, "CameraEyeOffsetY", typeof(Double)); createCol(prims, "CameraEyeOffsetZ", typeof(Double));