Skip to content

Commit

Permalink
fix ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
shih1 committed Jan 20, 2025
1 parent b06ad43 commit 4a639be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/surge-fx/ParameterPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class ParameterPanel : public juce::Component
juce::Colour surgeOrange = juce::Colour(255, 144, 0);
std::vector<juce::Component *> &accessibleOrderWeakRefs; // Reference to the vector

juce::Font projectFont;

void addAndMakeVisibleRecordOrder(juce::Component *c)
{
accessibleOrderWeakRefs.push_back(c);
Expand Down

0 comments on commit 4a639be

Please sign in to comment.