From 83039bc4e6736d85163f4e19ad6b8d2729b1f40c Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Sun, 26 Apr 2020 17:22:30 +0200 Subject: [PATCH] Removed Profiler includes. Profiler was removed totaly from the project. --- gtk_qpong_app/ParticleImage.cpp | 1 - libs/cpp_starter_project | 1 + libs/googletest | 2 +- libs/imgui | 1 + qpong_core/Particle.cpp | 1 - 5 files changed, 3 insertions(+), 3 deletions(-) create mode 160000 libs/cpp_starter_project create mode 160000 libs/imgui diff --git a/gtk_qpong_app/ParticleImage.cpp b/gtk_qpong_app/ParticleImage.cpp index d0ec47d..0c9a3db 100644 --- a/gtk_qpong_app/ParticleImage.cpp +++ b/gtk_qpong_app/ParticleImage.cpp @@ -6,7 +6,6 @@ #include "ParticleImage.hpp" #include "Common.hpp" -#include "Profiler.hpp" constexpr int bytesPerPixel = 3; constexpr int bitsPerSample = 8; diff --git a/libs/cpp_starter_project b/libs/cpp_starter_project new file mode 160000 index 0000000..d7a2b6b --- /dev/null +++ b/libs/cpp_starter_project @@ -0,0 +1 @@ +Subproject commit d7a2b6b891d75edc68c9d88dca7e24cd73e378b8 diff --git a/libs/googletest b/libs/googletest index e3f0319..dcc92d0 160000 --- a/libs/googletest +++ b/libs/googletest @@ -1 +1 @@ -Subproject commit e3f0319d89f4cbf32993de595d984183b1a9fc57 +Subproject commit dcc92d0ab6c4ce022162a23566d44f673251eee4 diff --git a/libs/imgui b/libs/imgui new file mode 160000 index 0000000..ae93691 --- /dev/null +++ b/libs/imgui @@ -0,0 +1 @@ +Subproject commit ae93691360ad28e6c217138ead55c874dda26f80 diff --git a/qpong_core/Particle.cpp b/qpong_core/Particle.cpp index 0c27ae8..a019f41 100644 --- a/qpong_core/Particle.cpp +++ b/qpong_core/Particle.cpp @@ -11,7 +11,6 @@ #include "Common.hpp" #include "Particle.hpp" -#include "Profiler.hpp" /// @brief Planck constant. /// -- GitLab