summaryrefslogtreecommitdiffstats
path: root/src/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/download.c')
-rw-r--r--src/download.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/download.c b/src/download.c
index 6adc523..82087df 100644
--- a/src/download.c
+++ b/src/download.c
@@ -27,10 +27,6 @@
#include "download.h"
#include "common.h"
-#ifdef WIN32
-#define ftello(x) ftell(x)
-#endif
-
typedef struct {
int length;
char* content;