mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:20:00 +02:00
remove commented out test code
This commit is contained in:
parent
06491ef12f
commit
6d72881f3f
1 changed files with 0 additions and 4 deletions
|
@ -342,9 +342,6 @@ public:
|
|||
|
||||
void setQueryAACubeDirty() { _queryAACubeChanged = true; }
|
||||
|
||||
// void setStrictProperties(bool strictProperties) { _strictProperties = strictProperties; }
|
||||
// bool getStrictProperties() const { return _strictProperties; }
|
||||
|
||||
void setCreated(QDateTime& v);
|
||||
|
||||
bool hasTerseUpdateChanges() const;
|
||||
|
@ -425,7 +422,6 @@ private:
|
|||
bool _renderInfoHasTransparent { false };
|
||||
|
||||
EntityPropertyFlags _desiredProperties; // if set will narrow scopes of copy/to/from to just these properties
|
||||
// bool _strictProperties { false };
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(EntityItemProperties);
|
||||
|
|
Loading…
Reference in a new issue