diff options
Diffstat (limited to 'src/net/download.h')
-rw-r--r-- | src/net/download.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/download.h b/src/net/download.h index 12c0c07d7..8339dee30 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -28,12 +28,6 @@ #include <stdio.h> #include <string> -#ifdef __GNUC__ -#define A_UNUSED __attribute__ ((unused)) -#else -#define A_UNUSED -#endif - enum DownloadStatus { DOWNLOAD_STATUS_CANCELLED = -3, |