- 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:
2014-12-22 17:39:42 +00:00
parent de3f6e1441
commit 40594c467c
5 changed files with 7 additions and 53 deletions
+1 -2
View File
@@ -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)