diff options
| author | Aaron Franke <arnfranke@yahoo.com> | 2020-09-23 02:29:56 -0400 |
|---|---|---|
| committer | Aaron Franke <arnfranke@yahoo.com> | 2020-11-16 23:38:11 -0500 |
| commit | 02161aad5aa1355e977ea7df225aef53dab2f5bb (patch) | |
| tree | e222169be99a6b736de88e01a0941513e18600e1 /main | |
| parent | 66e3060ea193aeb81a627c8cd4478a3547de9830 (diff) | |
| download | redot-engine-02161aad5aa1355e977ea7df225aef53dab2f5bb.tar.gz | |
Remove empty lines around braces with the formatting script
Diffstat (limited to 'main')
| -rw-r--r-- | main/performance.cpp | 2 | ||||
| -rw-r--r-- | main/performance.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/main/performance.cpp b/main/performance.cpp index 3d7971ced3..9de269ba5f 100644 --- a/main/performance.cpp +++ b/main/performance.cpp @@ -93,7 +93,6 @@ float Performance::_get_node_count() const { String Performance::get_monitor_name(Monitor p_monitor) const { ERR_FAIL_INDEX_V(p_monitor, MONITOR_MAX, String()); static const char *names[MONITOR_MAX] = { - "time/fps", "time/process", "time/physics_process", @@ -195,7 +194,6 @@ Performance::MonitorType Performance::get_monitor_type(Monitor p_monitor) const ERR_FAIL_INDEX_V(p_monitor, MONITOR_MAX, MONITOR_TYPE_QUANTITY); // ugly static const MonitorType types[MONITOR_MAX] = { - MONITOR_TYPE_QUANTITY, MONITOR_TYPE_TIME, MONITOR_TYPE_TIME, diff --git a/main/performance.h b/main/performance.h index 415b49b58c..40f1d5cb05 100644 --- a/main/performance.h +++ b/main/performance.h @@ -63,7 +63,6 @@ class Performance : public Object { public: enum Monitor { - TIME_FPS, TIME_PROCESS, TIME_PHYSICS_PROCESS, |
