aboutsummaryrefslogtreecommitdiff
path: root/src/transmission.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-27 20:14:05 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-27 20:14:05 +0200
commitec5e3c06084ef9c4b7fd71e4bb04af3fbe77bed9 (patch)
treedeb399105f1d752d8f97f13138ab9ad354df4bbd /src/transmission.c
parent01a6bc67e70600680a1bbf6b9b5d102192760ae4 (diff)
Time of html items in json file should be the time of download finished, not the time of start of all downloads
Diffstat (limited to 'src/transmission.c')
-rw-r--r--src/transmission.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transmission.c b/src/transmission.c
index 39b355f..9596be0 100644
--- a/src/transmission.c
+++ b/src/transmission.c
@@ -10,8 +10,6 @@
/* TODO: Make port configurable */
-#define NUM_COLUMNS 10
-
int transmission_connect(TransmissionSession *session) {
int result = 0;
Buffer buffer;