Removed unused variable.

This commit is contained in:
Tom Lally 2022-08-28 17:40:07 +01:00
parent 4c07c8aa53
commit 1ec8a9b23c

View file

@ -40,5 +40,4 @@ namespace CafeSystem
extern RPLModule* applicationRPX; extern RPLModule* applicationRPX;
extern std::atomic_bool g_isGameRunning;
extern std::atomic_bool g_isGPUInitFinished; extern std::atomic_bool g_isGPUInitFinished;