diff options
author | Martin Szulecki | 2012-04-01 01:14:08 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-04-01 01:14:08 +0200 |
commit | 1ecf3b810423841bcae9e23c08bca5f38ea06c67 (patch) | |
tree | 2cfc583f56f77a7da888e27b5c6cf9daa85477eb | |
parent | 04545e00f2b12df04407cc629cb28532892c902b (diff) | |
download | libimobiledevice-1ecf3b810423841bcae9e23c08bca5f38ea06c67.tar.gz libimobiledevice-1ecf3b810423841bcae9e23c08bca5f38ea06c67.tar.bz2 |
file_relay: Remove duplicated error code definitions
-rw-r--r-- | src/file_relay.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/file_relay.h b/src/file_relay.h index 60cc32f..5e5bb36 100644 --- a/src/file_relay.h +++ b/src/file_relay.h @@ -24,15 +24,6 @@ #include "libimobiledevice/file_relay.h" #include "property_list_service.h" -/* Error Codes */ -#define FILE_RELAY_E_SUCCESS 0 -#define FILE_RELAY_E_INVALID_ARG -1 -#define FILE_RELAY_E_PLIST_ERROR -2 -#define FILE_RELAY_E_MUX_ERROR -3 - -#define FILE_RELAY_E_UNKNOWN_ERROR -256 - - struct file_relay_client_private { property_list_service_client_t parent; }; |