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

@@ -55,8 +55,6 @@ public:
int maxEnhancements() const { return 208; };
/* void setSubPageNumber(int); */
int cycleOn() const { return m_cycleOn; };
void setCycleOn(int cycleOn);
int cycleValue() const { return m_cycleValue; };
void setCycleValue(int newValue);
CycleTypeEnum cycleType() const { return m_cycleType; };
@@ -109,7 +107,6 @@ public:
private:
unsigned char m_level1Page[25][40];
/* int m_subPageNumber; */
bool m_cycleOn;
int m_cycleValue;
CycleTypeEnum m_cycleType;
int m_defaultCharSet, m_defaultNOS, m_secondCharSet, m_secondNOS;