Skip to content

Commit

Permalink
Fixed Linux standalone crash
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 10, 2023
1 parent 8a13df3 commit 99ab68d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ PluginEditor::PluginEditor(PluginProcessor& p)
}
else {
constrainer.setMinimumSize(850, 650);

#if JUCE_LINUX
OSUtils::updateX11Constraints(getPeer()->getNativeHandle());
#endif
}


Expand Down

0 comments on commit 99ab68d

Please sign in to comment.