From 47d83b296248119d04b9226fd51a67e2fd3faac5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Mar 2022 22:41:56 +0100 Subject: Improve ratings dialog to allow only valid values (#2199). --- src/lib/cross_windows.cc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/lib/cross_windows.cc') diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 4990f53ee..324b8cd8b 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -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 (); } -- cgit v1.2.3