Skip to content

Commit 38ce692

Browse files
authored
remove experimental (#20463)
1 parent 06367eb commit 38ce692

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/cpp-template-default/Classes/AppDelegate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
#if USE_AUDIO_ENGINE
3131
#include "audio/include/AudioEngine.h"
32-
using namespace cocos2d::experimental;
3332
#endif
3433

3534
USING_NS_CC;

templates/lua-template-default/frameworks/runtime-src/Classes/AppDelegate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
#if USE_AUDIO_ENGINE
3333
#include "audio/include/AudioEngine.h"
34-
using namespace cocos2d::experimental;
3534
#endif
3635

3736
USING_NS_CC;

0 commit comments

Comments
 (0)