summaryrefslogtreecommitdiff
path: root/macosx/PluginList.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PluginList.m')
-rwxr-xr-xmacosx/PluginList.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PluginList.m b/macosx/PluginList.m
index ce65ebe4..56dc087b 100755
--- a/macosx/PluginList.m
+++ b/macosx/PluginList.m
@@ -188,7 +188,6 @@ const static int typeList[] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, P
if ([activePadPlugin runAs:PSE_LT_PAD] != 0) bad = YES;
if ([activeNetPlugin runAs:PSE_LT_NET] != 0) bad = YES;
if ([activeSIO1Plugin runAs:PSE_LT_SIO1] != 0) bad = YES;
-
return !bad;
}