summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-25 13:14:44 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-25 13:14:44 +0100
commit9276310e6c9be6148ea8b465b44af55413dc0dc0 (patch)
tree84a4265b1e928b2ba36bcbabbdd3c0fae0df6aef /src/lib/cross.h
parente43dababfc7aaf1429d3552e91b24e4e51979111 (diff)
Remove unused method.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index a53e85a2d..8b594177e 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -63,7 +63,6 @@ extern void start_player ();
extern uint64_t thread_id ();
extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags);
extern boost::filesystem::path home_directory ();
-extern std::string command_and_read (std::string cmd);
extern bool running_32_on_64 ();
extern void unprivileged ();
extern boost::filesystem::path config_path ();