Browse Source

transfer-download: remove unused variable

bboozzoo/self-announce
Maciek Borzecki 8 years ago
parent
commit
6e20caf398
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/mconnect/transfer-download.vala

+ 0
- 2
src/mconnect/transfer-download.vala View File

@ -130,8 +130,6 @@ class DownloadTransfer : Object {
} }
private void cleanup_success() { private void cleanup_success() {
var failed = false;
try { try {
var dest = File.new_for_path(this.destination); var dest = File.new_for_path(this.destination);
this.file.move(dest, FileCopyFlags.OVERWRITE); this.file.move(dest, FileCopyFlags.OVERWRITE);


Loading…
Cancel
Save