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 | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | Import("swiften_env", "env") | 1 | Import("swiften_env", "env") | 
| 2 | 2 | ||
| 3 | sources = [ | 3 | sources = [ | 
| 4 | "ByteArrayReadBytestream.cpp", | 4 | "ByteArrayReadBytestream.cpp", | 
| 5 | "OutgoingFileTransfer.cpp", | 5 | "OutgoingFileTransfer.cpp", | 
| 6 | "OutgoingSIFileTransfer.cpp", | ||
| 7 | "OutgoingJingleFileTransfer.cpp", | 6 | "OutgoingJingleFileTransfer.cpp", | 
| 8 | "OutgoingFileTransferManager.cpp", | 7 | "OutgoingFileTransferManager.cpp", | 
| 9 | "IncomingFileTransfer.cpp", | 8 | "IncomingFileTransfer.cpp", | 
| 10 | "IncomingJingleFileTransfer.cpp", | 9 | "IncomingJingleFileTransfer.cpp", | 
| 11 | "IncomingFileTransferManager.cpp", | 10 | "IncomingFileTransferManager.cpp", | 
 Swift
 Swift