summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-03 16:11:34 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-03 16:11:34 +0200
commitcdffa3e4bceb829f9d7e7e74191e2f6c491ff260 (patch)
tree6a5a169229826912d46b0ca087200bc15928d30a /src/lib/cross.h
parent12ebe6f250f18d77f614dd3fcff1b19f85d96ca3 (diff)
fixup! fixup! fixup! Clean up handling of paths relative to the executable.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 1b92a8409..4d3d2b2c7 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -49,9 +49,6 @@ extern boost::filesystem::path openssl_path ();
#ifdef DCPOMATIC_DISK
extern boost::filesystem::path disk_writer_path ();
#endif
-#ifdef DCPOMATIC_OSX
-extern boost::filesystem::path app_contents ();
-#endif
#ifdef DCPOMATIC_WINDOWS
extern void maybe_open_console ();
#endif