1
0
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:
f4exb 2018-04-03 21:32:52 +02:00
parent 8ce1c76a40
commit b8b2ceb47d

View File

@ -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;
};