further aehistograms cleanup

This commit is contained in:
Ingo Weyrich
2020-02-13 16:34:45 +01:00
parent 06be849a31
commit 67ca8e2c19
3 changed files with 0 additions and 51 deletions

View File

@@ -113,10 +113,6 @@ public:
bool readEmbProfile (const Glib::ustring& fname);
bool writeEmbProfile (const Glib::ustring& fname);
bool readAEHistogram (const Glib::ustring& fname);
bool writeAEHistogram (const Glib::ustring& fname);
bool isAeValid() { return aeValid; };
unsigned char* getImage8Data(); // accessor to the 8bit image if it is one, which should be the case for the "Inspector" mode.
// Hombre: ... let's hope that proper template can make this cleaner