mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some superfluous assertions in linux.
This commit is contained in:
parent
d126a0cfbb
commit
09730a890d
1 changed files with 0 additions and 2 deletions
|
|
@ -333,7 +333,6 @@ bool operator!= (const Desktop::Displays::Display& d1, const Desktop::Displays::
|
|||
void Desktop::Displays::init (Desktop& desktop)
|
||||
{
|
||||
findDisplays (desktop.getGlobalScaleFactor());
|
||||
jassert (displays.size() > 0);
|
||||
}
|
||||
|
||||
void Desktop::Displays::refresh()
|
||||
|
|
@ -342,7 +341,6 @@ void Desktop::Displays::refresh()
|
|||
oldDisplays.swapWith (displays);
|
||||
|
||||
init (Desktop::getInstance());
|
||||
jassert (displays.size() > 0);
|
||||
|
||||
if (oldDisplays != displays)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue