diff --git a/apps/sequence/sequence.h b/apps/sequence/sequence.h index b4046c213..b866d4fb2 100644 --- a/apps/sequence/sequence.h +++ b/apps/sequence/sequence.h @@ -106,7 +106,6 @@ private: uint16_t m_initialConditionSizes[2] __attribute__((packed)); #endif }; -#pragma pack(pop) class SequenceModel : public Shared::ExpressionModel { public: diff --git a/apps/shared/function.h b/apps/shared/function.h index 0354b4902..617dba813 100644 --- a/apps/shared/function.h +++ b/apps/shared/function.h @@ -82,7 +82,6 @@ protected: #endif bool m_active; }; -#pragma pack(pop) private: RecordDataBuffer * recordData() const; };