Improve ratings dialog to allow only valid values (#2199).
[dcpomatic.git] / src / lib / cross_windows.cc
index 4990f53eecb3f1634f81545919b6f34fc55c8678..324b8cd8bd5cab03e3eb59266f7fbb2ea12f499a 100644 (file)
@@ -210,16 +210,9 @@ resources_path ()
 
 
 boost::filesystem::path
-xsd_path ()
+libdcp_resources_path ()
 {
-       return directory_containing_executable().parent_path() / "xsd";
-}
-
-
-boost::filesystem::path
-tags_path ()
-{
-       return directory_containing_executable().parent_path() / "tags";
+       return resources_path ();
 }