- cleaned up
- removed Timer git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@109 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
//[Headers] You can add your own extra header files here...
|
||||
//[/Headers]
|
||||
#include <cmath>
|
||||
|
||||
#include "IQPlaneComponent.h"
|
||||
|
||||
|
||||
@@ -123,7 +123,6 @@ void IQPlaneComponent::receiverStatusChanged(ReceiverInterface *pReceiver)
|
||||
params = pReceiver->getParams();
|
||||
|
||||
m_numConst = (uint32_t)pow(2.0, params.numBitsPerSymbol);
|
||||
repaint();
|
||||
}
|
||||
|
||||
void IQPlaneComponent::trackerPointEnable(uint32_t id, juce::Colour color, cpx_t pos, float size)
|
||||
|
||||
Reference in New Issue
Block a user