[gnome-boxes] archive-reader: Remove unused extract_files()
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] archive-reader: Remove unused extract_files()
- Date: Fri, 1 Aug 2014 11:02:30 +0000 (UTC)
commit a23110dc7b9970c60ed94aa649a6ad054c63080b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Aug 1 13:01:35 2014 +0200
archive-reader: Remove unused extract_files()
src/archive-reader.vala | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/archive-reader.vala b/src/archive-reader.vala
index e337f0e..9464f9d 100644
--- a/src/archive-reader.vala
+++ b/src/archive-reader.vala
@@ -44,14 +44,6 @@ public class Boxes.ArchiveReader : GLib.Object {
open_archive ();
}
- // src_dest is a hash table where the key is the relative path in the archive and the value the path to
extract to
- private void extract_files (string[] src_list,
- string[] dest_list,
- bool override_if_necessary = false)
- throws GLib.IOError {
- extract_files_recursive (src_list, dest_list, override_if_necessary);
- }
-
private void extract_files_recursive (string[] src_list,
string[] dest_list,
bool override_if_necessary = false,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]