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