Minor clean up

This commit is contained in:
Andrea Alberti 2025-09-30 14:57:30 +02:00
parent 25bf5a830e
commit a814e432d1
1 changed files with 1 additions and 3 deletions

View File

@ -168,9 +168,7 @@ CGEventRef event_tap_callback(CGEventTapProxy proxy, CGEventType type, CGEventRe
- (double) currentVolume
{
AppDelegate *app = (AppDelegate *)NSApp.delegate;
double vol = [musicPlayer soundVolume];
double vol = [musicPlayer soundVolume];
if (fabs(vol-[self doubleVolume])<1)
{