Improve ratings dialog to allow only valid values (#2199).
[dcpomatic.git] / src / lib / cross_osx.cc
index b06f45a77e82c14b86ec3c1c88bc3535e84f4c67..b11ac90ef3251fee485e81ae0ffa4ab87c5eaf37 100644 (file)
@@ -115,16 +115,9 @@ resources_path ()
 
 
 boost::filesystem::path
-xsd_path ()
+libdcp_resources_path ()
 {
-       return resources_path() / "xsd";
-}
-
-
-boost::filesystem::path
-tags_path ()
-{
-       return resources_path() / "tags";
+       return resources_path();
 }