mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-18 19:42:53 +01:00
Remove remaining references to SPMediaKeyTap
This commit is contained in:
parent
0e97f99f93
commit
44649fd950
7
3rdparty/README.md
vendored
7
3rdparty/README.md
vendored
@ -40,10 +40,3 @@ utf8-cpp
|
||||
This is 2 header files used by taglib, but kept in a seperate directory because it is maintained by others.
|
||||
|
||||
URL: http://utfcpp.sourceforge.net/
|
||||
|
||||
|
||||
SPMediaKeyTap
|
||||
-------------
|
||||
|
||||
This is used for macOS only to enable strawberry to grab global shortcuts and can safely be deleted on other
|
||||
platforms.
|
||||
|
5
debian/copyright
vendored
5
debian/copyright
vendored
@ -300,11 +300,6 @@ Files: src/widgets/qsearchfield_nonmac.cpp
|
||||
Copyright: 2011, Mike McQuaid <mike@mikemcquaid.com>
|
||||
License: Expat
|
||||
|
||||
Files: 3rdparty/SPMediaKeyTap/*
|
||||
Copyright: 2010, Spotify AB
|
||||
2011, Joachim Bengtsson
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: 3rdparty/singleapplication/*
|
||||
Copyright: 2015-2018, Itay Grudev
|
||||
License: MIT
|
||||
|
@ -4,13 +4,11 @@
|
||||
#include "globalshortcuts/globalshortcutbackend-macos.h"
|
||||
|
||||
class PlatformInterface;
|
||||
@class SPMediaKeyTap;
|
||||
|
||||
@interface AppDelegate : NSObject<NSApplicationDelegate, NSUserNotificationCenterDelegate> {
|
||||
PlatformInterface* application_handler_;
|
||||
NSMenu* dock_menu_;
|
||||
GlobalShortcutBackendMacOS* shortcut_handler_;
|
||||
SPMediaKeyTap* key_tap_;
|
||||
|
||||
}
|
||||
|
||||
@ -29,5 +27,4 @@ class PlatformInterface;
|
||||
- (void) setDockMenu: (NSMenu*)menu;
|
||||
- (GlobalShortcutBackendMacOS*) shortcut_handler;
|
||||
- (void) setShortcutHandler: (GlobalShortcutBackendMacOS*)backend;
|
||||
- (void) mediaKeyTap: (SPMediaKeyTap*)keyTap receivedMediaKeyEvent:(NSEvent*)event;
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user