]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- cleanup
authorArvin Schnell <aschnell@suse.de>
Fri, 21 Jun 2013 09:50:46 +0000 (11:50 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 21 Jun 2013 09:50:46 +0000 (11:50 +0200)
snapper/Snapper.h
snapper/Snapshot.h

index 8496166e8c3cbb8dedac9601f7e64d55324b1aa1..093ecaf83d495751e9628d2d73bb0ca0ffd28a22 100644 (file)
@@ -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; }
index 2770af60d6d2c07a1698c077fa62a0ba71e6aeda..99d53754e2c725c038b3a4fd36b8b9491af089c5 100644 (file)
@@ -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;