mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05:00
Removed SymbolSynchronizer from Projector
This commit is contained in:
parent
8ce1c76a40
commit
b8b2ceb47d
@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
#include "dsptypes.h"
|
#include "dsptypes.h"
|
||||||
|
|
||||||
class SymbolSynchronizer;
|
|
||||||
|
|
||||||
class Projector
|
class Projector
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -49,5 +47,4 @@ private:
|
|||||||
Real m_prevArg;
|
Real m_prevArg;
|
||||||
Real *m_cache;
|
Real *m_cache;
|
||||||
bool m_cacheMaster;
|
bool m_cacheMaster;
|
||||||
SymbolSynchronizer *m_symSync;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user