Remove unused method.
[dcpomatic.git] / src / lib / cross_osx.cc
index dcee2a34518dc5648f02ea645b883036f963d4df..29ef283e603a5f48c4cc382d3508978484c2565b 100644 (file)
@@ -260,12 +260,6 @@ home_directory ()
                return getenv("HOME");
 }
 
-string
-command_and_read (string)
-{
-       return "";
-}
-
 /** @return true if this process is a 32-bit one running on a 64-bit-capable OS */
 bool
 running_32_on_64 ()