diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:35:25 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:35:25 +0100 |
commit | d23b23610f75797ff37cfd73881c6fd7d5a21c88 (patch) | |
tree | 29d0f5fce8550872d09d35b0b2186302e038324a /src/crepe/api/LoopTimer.cpp | |
parent | acfa153789d9b55f3453a1d32f249da04ad6b5c1 (diff) |
cleanup code
Diffstat (limited to 'src/crepe/api/LoopTimer.cpp')
-rw-r--r-- | src/crepe/api/LoopTimer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.cpp b/src/crepe/api/LoopTimer.cpp index 912493a..c6ffe9d 100644 --- a/src/crepe/api/LoopTimer.cpp +++ b/src/crepe/api/LoopTimer.cpp @@ -3,7 +3,6 @@ #include "LoopTimer.h" - using namespace crepe; LoopTimer::LoopTimer() {} |