From 05806fd2c35bcf0f5be0ef6a3c5fc857c9818bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 16 Jun 2021 17:22:33 +0200 Subject: [PATCH] rm unused global --- sources/System/BombHolder/BombHolderSystem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/System/BombHolder/BombHolderSystem.cpp b/sources/System/BombHolder/BombHolderSystem.cpp index 846e1b13..877eb93e 100644 --- a/sources/System/BombHolder/BombHolderSystem.cpp +++ b/sources/System/BombHolder/BombHolderSystem.cpp @@ -18,8 +18,6 @@ #include "Component/Tag/TagComponent.hpp" #include "Component/Shaders/Items/WhiteShaderComponent.hpp" -float glob = 0; - using namespace std::chrono_literals; namespace RAY3D = RAY::Drawables::Drawables3D;