diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index 8828775..b93a91a 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -1935,7 +1935,7 @@ void cCA::SetTSClock(u32 Speed, int slot) } } -#if BOXMODEL_VUPLUS_ALL +#if BOXMODEL_VUPLUS void cCA::SetCIDelay(int Delay) { char buf[64]; diff --git a/include/ca_ci.h b/include/ca_ci.h index 63e59a4..0f26d99 100644 --- a/include/ca_ci.h +++ b/include/ca_ci.h @@ -329,7 +329,7 @@ public: /// sh4 unused void SetTSClock(u32 Speed, int slot = 0); -#if BOXMODEL_VUPLUS_ALL +#if BOXMODEL_VUPLUS /// dvb wait delay for ci response void SetCIDelay(int Delay); #endif