Revert "Make cycle time optional"

This reverts commit 3048e4dbc6.
Without a CT line vbit2 defaults to 1 cycle which could be too fast on
magazines with very few pages.
This commit is contained in:
G.K.MacGregor
2023-11-30 22:05:14 +00:00
parent 42d19b6e4b
commit 16f6d353ed
5 changed files with 24 additions and 44 deletions

View File

@@ -40,7 +40,6 @@ public:
private:
TeletextWidget *m_parentMainWidget;
QLineEdit *m_pageNumberEdit, *m_pageDescriptionEdit;
QCheckBox *m_cycleOnCheckBox;
QSpinBox *m_cycleValueSpinBox;
QComboBox *m_cycleTypeCombo;
QCheckBox *m_controlBitsAct[8];
@@ -57,9 +56,6 @@ private:
void setSecondNOS();
void updateDefaultNOSOptions();
void updateSecondNOSOptions();
private slots:
void setCycleOn(bool active);
};
struct languageComboBoxItem {