summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-30 01:16:20 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-30 01:16:20 +0200
commit56caa542a558a3e261a3da4773c9ed3e66e262ab (patch)
tree9ac47e0b51ef10c0fb6fed7ceffa9cfe5d26b22a /src/lib/cross.h
parent652a6467fdc4e562fe9166d491f4ca9848e37abb (diff)
Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index d8296e217..114581269 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -117,8 +117,6 @@ public:
return _device;
}
- std::string device_for_write () const;
-
bool mounted () const {
return !_mount_points.empty();
}