Skip to content

Commit

Permalink
Delete old SystemSpecs class files.
Browse files Browse the repository at this point in the history
  • Loading branch information
scheerchristian committed Apr 26, 2024
1 parent 712df3b commit ba8496a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 176 deletions.
2 changes: 1 addition & 1 deletion source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void AudioPluginAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer,
}
cpuLoad = measurer.getLoadAsPercentage();

std::cout << "CPU: " << (int)(cpuLoad) << " %\n";
// std::cout << "CPU: " << (int)(cpuLoad) << " %\n";
// std::cout << "latency: " << (latency*1000) << " ms\n";
}

Expand Down
3 changes: 0 additions & 3 deletions source/ui/CustomComponents/Footer/FooterComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "../../../PluginParameters.h"
#include "../../../PluginProcessor.h"
#include "../../../ui/LookAndFeel/CustomFontLookAndFeel.h"
#include "../../../utils/SystemSpecs.h"

class FooterComponent : public juce::Component, juce::Timer {
public:
Expand Down Expand Up @@ -39,8 +38,6 @@ class FooterComponent : public juce::Component, juce::Timer {
CustomFontLookAndFeel customFontLookAndFeel;
juce::Font font;

SystemSpecs systemSpecs;

};


Expand Down
146 changes: 0 additions & 146 deletions source/utils/SystemSpecs.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions source/utils/SystemSpecs.h

This file was deleted.

0 comments on commit ba8496a

Please sign in to comment.