summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r--twrpTar.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp
index a42dea0e1..443e5f4b3 100644
--- a/twrpTar.hpp
+++ b/twrpTar.hpp
@@ -47,7 +47,6 @@ public:
virtual ~twrpTar();
int createTarFork();
int extractTarFork();
- void setexcl(string exclude);
void setfn(string fn);
void setdir(string dir);
void setsize(unsigned long long backup_size);
@@ -91,8 +90,6 @@ private:
string basefn;
string password;
- vector <string> tarexclude;
-
std::vector<TarListStruct> *ItemList;
int thread_id;
};