aboutsummaryrefslogtreecommitdiffstats
path: root/SSVLSystemAlertVolume.c
diff options
context:
space:
mode:
Diffstat (limited to 'SSVLSystemAlertVolume.c')
-rw-r--r--SSVLSystemAlertVolume.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/SSVLSystemAlertVolume.c b/SSVLSystemAlertVolume.c
index 74c6429..d16204c 100644
--- a/SSVLSystemAlertVolume.c
+++ b/SSVLSystemAlertVolume.c
@@ -13,8 +13,6 @@ OSStatus SSVLGetSystemVolume(Float32 *volume) {
volume
);
- // TODO: Sound PrefPane: If result != noErr, return 0.5?
-
if (*volume != 0) {
*volume = log(*volume) + 1.0;
}