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

@@ -42,8 +42,6 @@ struct EditorPanelIdleHelper {
int pending;
};
class MonitorProfileSelector;
class RTWindow;
class EditorPanel : public Gtk::VBox,
public PParamsChangeListener,
@@ -86,6 +84,7 @@ protected:
Gtk::Button* navNext;
Gtk::Button* navPrev;
class MonitorProfileSelector;
std::auto_ptr<MonitorProfileSelector> monitorProfile;
ImageAreaPanel* iareapanel;