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 2aec6c2f0..5a2a1efc9 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -562,6 +562,7 @@ Glib::ustring Inkscape::get_path_for_profile(Glib::ustring const& name) return result; } +#if ENABLE_LCMS std::list<gchar *> ColorProfile::getProfileDirs() { std::list<gchar *> sources; @@ -586,6 +587,7 @@ std::list<gchar *> ColorProfile::getProfileDirs() { return sources; } +#endif // ENABLE_LCMS static void findThings() { std::list<gchar *> sources = ColorProfile::getProfileDirs(); |
