From: Arvin Schnell Date: Fri, 21 Jun 2013 09:50:46 +0000 (+0200) Subject: - cleanup X-Git-Tag: v0.1.5~19 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=adaee5bf00c88c2a68d847aebbd123c376f5b166;p=thirdparty%2Fsnapper.git - cleanup --- diff --git a/snapper/Snapper.h b/snapper/Snapper.h index 8496166e..093ecaf8 100644 --- a/snapper/Snapper.h +++ b/snapper/Snapper.h @@ -104,10 +104,8 @@ namespace snapper string subvolumeDir() const; -#ifndef SWIG SDir openSubvolumeDir() const; SDir openInfosDir() const; -#endif Snapshots& getSnapshots() { return snapshots; } const Snapshots& getSnapshots() const { return snapshots; } diff --git a/snapper/Snapshot.h b/snapper/Snapshot.h index 2770af60..99d53754 100644 --- a/snapper/Snapshot.h +++ b/snapper/Snapshot.h @@ -112,10 +112,8 @@ namespace snapper string snapshotDir() const; -#ifndef SWIG SDir openInfoDir() const; SDir openSnapshotDir() const; -#endif void mountFilesystemSnapshot(bool user_request) const; void umountFilesystemSnapshot(bool user_request) const;