Remove the soft proof button and internal flag as it was decided not to mix this with the output profile handling.

This commit is contained in:
Adam Reichold
2016-01-01 19:43:09 +01:00
parent bcbb45454a
commit 5fd5d5bece
14 changed files with 121 additions and 239 deletions

View File

@@ -54,7 +54,6 @@ protected:
// -----------------------------------------------------------------
float** cbuffer;
bool softProofing; /// True if the Crop has to display a soft proof of the output with its profile
bool updating; /// Flag telling if an updater thread is currently processing
bool newUpdatePending; /// Flag telling the updater thread that a new update is pending
int skip;
@@ -104,10 +103,6 @@ public:
/** @brief Asynchronously reprocess the detailed crop */
void fullUpdate (); // called via thread
void setSoftProofing(bool doSoftProof) {
softProofing = doSoftProof;
}
void setListener (DetailedCropListener* il);
void destroy ();
int get_skip ()