summaryrefslogtreecommitdiff
path: root/src/trg-files-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-08 14:24:25 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-08 14:24:25 +0000
commit070688006ac7cea1639f38c0bb270c191f7dc38f (patch)
tree258fbf88a6f28a86bef83553e2430e950d972793 /src/trg-files-model.h
parentf74c398577f66488cf5c420f5df318ab801117cc (diff)
a torrent add dialog based off Transmission GTK (different bencode+action implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.
Diffstat (limited to 'src/trg-files-model.h')
-rw-r--r--src/trg-files-model.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trg-files-model.h b/src/trg-files-model.h
index c92ddd0..76dccf7 100644
--- a/src/trg-files-model.h
+++ b/src/trg-files-model.h
@@ -60,10 +60,6 @@ G_END_DECLS enum {
FILESCOL_COLUMNS
};
-#define T_PRIORITY_LOW -1
-#define T_PRIORITY_NORMAL 0
-#define T_PRIORITY_HIGH 1
-
void
trg_files_model_update(TrgFilesModel * model, gint64 updateSerial,
JsonObject * t, gboolean first);