mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Removing cruft and warnings
This commit is contained in:
parent
0ae18febc7
commit
371105d0c4
1 changed files with 0 additions and 9 deletions
|
@ -93,7 +93,6 @@ private: \
|
|||
* @property {number} processing - <em>Read-only.</em>
|
||||
* @property {number} processingPending - <em>Read-only.</em>
|
||||
* @property {number} triangles - <em>Read-only.</em>
|
||||
* @property {number} quads - <em>Read-only.</em>
|
||||
* @property {number} materialSwitches - <em>Read-only.</em>
|
||||
* @property {number} itemConsidered - <em>Read-only.</em>
|
||||
* @property {number} itemOutOfView - <em>Read-only.</em>
|
||||
|
@ -250,7 +249,6 @@ class Stats : public QQuickItem {
|
|||
STATS_PROPERTY(int, processingPending, 0)
|
||||
STATS_PROPERTY(int, triangles, 0)
|
||||
STATS_PROPERTY(int, drawcalls, 0)
|
||||
// STATS_PROPERTY(int, quads, 0)
|
||||
STATS_PROPERTY(int, materialSwitches, 0)
|
||||
STATS_PROPERTY(int, itemConsidered, 0)
|
||||
STATS_PROPERTY(int, itemOutOfView, 0)
|
||||
|
@ -743,13 +741,6 @@ signals:
|
|||
*/
|
||||
void drawcallsChanged();
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when the value of the <code>quads</code> property changes.
|
||||
* @function Stats.quadsChanged
|
||||
* @returns {Signal}
|
||||
*/
|
||||
// void quadsChanged();
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when the value of the <code>materialSwitches</code> property changes.
|
||||
* @function Stats.materialSwitchesChanged
|
||||
|
|
Loading…
Reference in a new issue