Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
qpong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
qpong
Commits
41cd9f03
Commit
41cd9f03
authored
5 years ago
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
Removing macOS incompatible Profiler.
parent
c5b98248
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gtk_qpong_app/ParticleImage.cpp
+0
-2
0 additions, 2 deletions
gtk_qpong_app/ParticleImage.cpp
qpong_core/Particle.cpp
+0
-1
0 additions, 1 deletion
qpong_core/Particle.cpp
with
0 additions
and
3 deletions
gtk_qpong_app/ParticleImage.cpp
+
0
−
2
View file @
41cd9f03
...
@@ -6,8 +6,6 @@
...
@@ -6,8 +6,6 @@
#include
"ParticleImage.hpp"
#include
"ParticleImage.hpp"
#include
"Common.hpp"
#include
"Common.hpp"
#include
"Profiler.hpp"
constexpr
int
bytesPerPixel
=
3
;
constexpr
int
bytesPerPixel
=
3
;
constexpr
int
bitsPerSample
=
8
;
constexpr
int
bitsPerSample
=
8
;
...
...
This diff is collapsed.
Click to expand it.
qpong_core/Particle.cpp
+
0
−
1
View file @
41cd9f03
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#include
"Common.hpp"
#include
"Common.hpp"
#include
"Particle.hpp"
#include
"Particle.hpp"
#include
"Profiler.hpp"
/// @brief Planck constant.
/// @brief Planck constant.
///
///
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment