diff options
Diffstat (limited to 'src/color-profile.cpp')
| -rw-r--r-- | src/color-profile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp index 9ac1f6414..52a432192 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -561,6 +561,7 @@ Glib::ustring Inkscape::get_path_for_profile(Glib::ustring const& name) return result; } +#endif // ENABLE_LCMS std::list<Glib::ustring> ColorProfile::getProfileDirs() { std::list<Glib::ustring> sources; @@ -587,6 +588,7 @@ std::list<Glib::ustring> ColorProfile::getProfileDirs() { return sources; } +#if ENABLE_LCMS static void findThings() { std::list<Glib::ustring> sources = ColorProfile::getProfileDirs(); |
