This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Removed unnecessary check in macOS/iOS URL session cancel
tags/2021-05-28
hogliux
8 years ago
parent
3370adae7b
commit
06dde9d927
1 changed files
with
0 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
modules/juce_core/native/juce_mac_Network.mm
+ 0
- 3
modules/juce_core/native/juce_mac_Network.mm
View File
@@ -1026,9 +1026,6 @@ public:
void cancel()
void cancel()
{
{
if (finished || isError())
return;
if (connection != nullptr)
if (connection != nullptr)
connection->cancel();
connection->cancel();
}
}
Write
Preview
Loading…
Cancel
Save