diff options
| author | Rémi Verschelde | 2017-08-19 16:45:03 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-21 08:09:22 +0200 |
| commit | 93f1fb1c2f74de3ff996895761d083fadd257397 (patch) | |
| tree | b19c4fd599024b43bdbf90258b523b0e73a08a0d /core/engine.h | |
| parent | 1d757c43d74447be8cd015b54463615c81b5050c (diff) | |
| download | godot-93f1fb1c2f74de3ff996895761d083fadd257397.tar.gz godot-93f1fb1c2f74de3ff996895761d083fadd257397.tar.zst godot-93f1fb1c2f74de3ff996895761d083fadd257397.zip | |
Diffstat (limited to 'core/engine.h')
| -rw-r--r-- | core/engine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/engine.h b/core/engine.h index 1a07f5d1d..c46ae1cb6 100644 --- a/core/engine.h +++ b/core/engine.h @@ -39,7 +39,6 @@ class Engine { friend class Main; - String _custom_level; uint64_t frames_drawn; uint32_t _frame_delay; uint64_t _frame_ticks; @@ -70,8 +69,6 @@ public: virtual float get_frames_per_second() const { return _fps; } - String get_custom_level() const { return _custom_level; } - uint64_t get_frames_drawn(); uint64_t get_fixed_frames() const { return _fixed_frames; } |
