Cleanup for unused raw ca corrtection avoid colour shift stuff
This commit is contained in:
parent
7cbf1f6d8d
commit
9be449fc1e
@ -28,8 +28,8 @@ RAWCACorr::RAWCACorr () : FoldableToolPanel(this, "rawcacorrection", M("TP_CHROM
|
|||||||
{
|
{
|
||||||
auto m = ProcEventMapper::getInstance();
|
auto m = ProcEventMapper::getInstance();
|
||||||
EvPreProcessCAAutoiterations = m->newEvent(DARKFRAME, "HISTORY_MSG_RAWCACORR_AUTOIT");
|
EvPreProcessCAAutoiterations = m->newEvent(DARKFRAME, "HISTORY_MSG_RAWCACORR_AUTOIT");
|
||||||
EvPreProcessCAColourshift = m->newEvent(DARKFRAME, "HISTORY_MSG_RAWCACORR_COLOURSHIFT");
|
// EvPreProcessCAColourshift = m->newEvent(DARKFRAME, "HISTORY_MSG_RAWCACORR_COLOURSHIFT");
|
||||||
EvPreProcessCAColourshiftHistory = m->newEvent(M_VOID, "HISTORY_MSG_RAWCACORR_COLOURSHIFT");
|
// EvPreProcessCAColourshiftHistory = m->newEvent(M_VOID, "HISTORY_MSG_RAWCACORR_COLOURSHIFT");
|
||||||
|
|
||||||
Gtk::Image* icaredL = Gtk::manage (new RTImage ("circle-red-cyan-small.png"));
|
Gtk::Image* icaredL = Gtk::manage (new RTImage ("circle-red-cyan-small.png"));
|
||||||
Gtk::Image* icaredR = Gtk::manage (new RTImage ("circle-cyan-red-small.png"));
|
Gtk::Image* icaredR = Gtk::manage (new RTImage ("circle-cyan-red-small.png"));
|
||||||
|
@ -35,8 +35,8 @@ protected:
|
|||||||
// CheckBox* caAvoidcolourshift;
|
// CheckBox* caAvoidcolourshift;
|
||||||
|
|
||||||
rtengine::ProcEvent EvPreProcessCAAutoiterations;
|
rtengine::ProcEvent EvPreProcessCAAutoiterations;
|
||||||
rtengine::ProcEvent EvPreProcessCAColourshift;
|
// rtengine::ProcEvent EvPreProcessCAColourshift;
|
||||||
rtengine::ProcEvent EvPreProcessCAColourshiftHistory;
|
// rtengine::ProcEvent EvPreProcessCAColourshiftHistory;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user