mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Deleted unused include file.
This commit is contained in:
parent
8206ae6ffb
commit
8e793e790a
2 changed files with 0 additions and 24 deletions
|
@ -1134,7 +1134,6 @@ void EntityItemProperties::entityPropertyFlagsFromScriptValue(const QScriptValue
|
|||
ADD_PROPERTY_TO_MAP(PROP_VOXEL_DATA, VoxelData, voxelData, QByteArray);
|
||||
ADD_PROPERTY_TO_MAP(PROP_VOXEL_SURFACE_STYLE, VoxelSurfaceStyle, voxelSurfaceStyle, uint16_t);
|
||||
ADD_PROPERTY_TO_MAP(PROP_NAME, Name, name, QString);
|
||||
ADD_PROPERTY_TO_MAP(PROP_BACKGROUND_MODE, BackgroundMode, backgroundMode, BackgroundMode);
|
||||
ADD_PROPERTY_TO_MAP(PROP_SOURCE_URL, SourceUrl, sourceUrl, QString);
|
||||
ADD_PROPERTY_TO_MAP(PROP_LINE_WIDTH, LineWidth, lineWidth, float);
|
||||
ADD_PROPERTY_TO_MAP(PROP_LINE_POINTS, LinePoints, linePoints, QVector<glm::vec3>);
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
//
|
||||
// BackgroundMode.h
|
||||
// libraries/physics/src
|
||||
//
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef hifi_BackgroundMode_h
|
||||
#define hifi_BackgroundMode_h
|
||||
|
||||
enum BackgroundMode {
|
||||
BACKGROUND_MODE_INHERIT,
|
||||
BACKGROUND_MODE_SKYBOX,
|
||||
|
||||
BACKGROUND_MODE_ITEM_COUNT,
|
||||
};
|
||||
|
||||
|
||||
#endif // hifi_BackgroundMode_h
|
||||
|
Loading…
Reference in a new issue