diff options
author | Martin Szulecki | 2014-03-04 22:52:10 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-03-04 22:52:10 +0100 |
commit | b574a78a99577e88419b8dfe67f863d15ebbcd79 (patch) | |
tree | baecd280f1ce110b953b3997960adc664fcc7dcc /tools | |
parent | 88dd6bcf377a367dd01d1a61abad56df70a44eb6 (diff) | |
download | libimobiledevice-b574a78a99577e88419b8dfe67f863d15ebbcd79.tar.gz libimobiledevice-b574a78a99577e88419b8dfe67f863d15ebbcd79.tar.bz2 |
idevicebackup2: Remove service name defines obsoleted by public headers
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicebackup2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index ecec5df..8efc2c8 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c @@ -39,9 +39,6 @@ #include <endianness.h> -#define MOBILEBACKUP2_SERVICE_NAME "com.apple.mobilebackup2" -#define NP_SERVICE_NAME "com.apple.mobile.notification_proxy" - #define LOCK_ATTEMPTS 50 #define LOCK_WAIT 200000 |