diff options
Diffstat (limited to 'scene/2d/audio_stream_player_2d.h')
-rw-r--r-- | scene/2d/audio_stream_player_2d.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/2d/audio_stream_player_2d.h b/scene/2d/audio_stream_player_2d.h index eae18c8404..9ae8e3a518 100644 --- a/scene/2d/audio_stream_player_2d.h +++ b/scene/2d/audio_stream_player_2d.h @@ -69,10 +69,6 @@ private: volatile bool active; volatile float setplay; -#ifdef TOOLS_ENABLED - volatile bool fake_active; -#endif - float volume_db; float pitch_scale; bool autoplay; |