diff options
author | Tobias Markmann <tm@ayena.de> | 2015-10-01 12:46:59 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2015-10-14 09:26:15 (GMT) |
commit | 23b2e7e80034d6513995801c39f818a1181e3249 (patch) | |
tree | 223091009bee6473fd7eca52c81282d99fa1c4a3 /Swiften/FileTransfer/SConscript | |
parent | 39f291afd3cab9d6c1e7cdf7f0f5476ef6747abd (diff) | |
download | swift-23b2e7e80034d6513995801c39f818a1181e3249.zip swift-23b2e7e80034d6513995801c39f818a1181e3249.tar.bz2 |
Remove remains of OutgoingSIFileTransfer
This existing code was commented out. There are not tests for
it and no counterpart for incoming transfers.
We support Jingle-based file-transfers as the main file-transfer
method, as do lots of other clients.
Test-Informations:
Tested the complete project still builds.
Change-Id: Icf278165733fe481b4e2bc777a73bc420cf76398
Diffstat (limited to 'Swiften/FileTransfer/SConscript')
-rw-r--r-- | Swiften/FileTransfer/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swiften/FileTransfer/SConscript b/Swiften/FileTransfer/SConscript index ff162ad..41af8d4 100644 --- a/Swiften/FileTransfer/SConscript +++ b/Swiften/FileTransfer/SConscript @@ -3,7 +3,6 @@ Import("swiften_env", "env") sources = [ "ByteArrayReadBytestream.cpp", "OutgoingFileTransfer.cpp", - "OutgoingSIFileTransfer.cpp", "OutgoingJingleFileTransfer.cpp", "OutgoingFileTransferManager.cpp", "IncomingFileTransfer.cpp", |