removes an unused function

This commit is contained in:
Ingo Weyrich
2020-09-15 13:48:47 +02:00
parent 7dcccc223c
commit a5a44ce9b2
2 changed files with 0 additions and 97 deletions

View File

@@ -96,7 +96,6 @@ public:
/*static*/ std::vector<Glib::ustring> getWorkingProfiles();
static cmsHPROFILE makeStdGammaProfile(cmsHPROFILE iprof);
static cmsHPROFILE createFromMatrix(const double matrix[3][3], bool gamma = false, const Glib::ustring& name = Glib::ustring());
private: