Clean up missing language keys (#6556)

* Clean up some unused code

* Use grid for abstract profile primaries

* Remove blank line from default
This commit is contained in:
Lawrence37
2022-08-24 11:23:09 -07:00
committed by GitHub
parent 1b3b0cf85f
commit 0a55428205
20 changed files with 361 additions and 429 deletions

View File

@@ -139,7 +139,7 @@ private:
void MedgreinfChanged();
void TMmethodChanged();
void complexmethodChanged();
void denmethodChanged();
//void denmethodChanged();
void mixmethodChanged();
void quamethodChanged();
void slimethodChanged();
@@ -190,8 +190,8 @@ private:
void enableToggled(MyExpander* expander);
CurveEditorGroup* const curveEditorG;
CurveEditorGroup* const curveEditorC;
FlatCurveEditor* opacityShapeSH;
//CurveEditorGroup* const curveEditorC;
//FlatCurveEditor* opacityShapeSH;
CurveEditorGroup* const CCWcurveEditorG;
CurveEditorGroup* const curveEditorbl;
@@ -349,8 +349,8 @@ private:
sigc::connection MedgreinfConn;
MyComboBoxText* const ushamethod;
sigc::connection ushamethodconn;
MyComboBoxText* const denmethod;
sigc::connection denmethodconn;
//MyComboBoxText* const denmethod;
//sigc::connection denmethodconn;
MyComboBoxText* const mixmethod;
sigc::connection mixmethodconn;
MyComboBoxText* const quamethod;
@@ -392,7 +392,7 @@ private:
Gtk::Box* const ctboxch;
Gtk::Box* const quaHBox;
Gtk::Box* const sliHBox;
Gtk::Box* const denHBox;
//Gtk::Box* const denHBox;
Gtk::Box* const mixHBox;
Gtk::Box* const ctboxBA;// = Gtk::manage(new Gtk::Box(Gtk::ORIENTATION_VERTICAL));