- 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
-2
View File
@@ -42,7 +42,6 @@ class ControlComponent : public Component,
public ChangeListener,
public ButtonListener,
public ReceiverStatusListener,
public Timer,
public SliderListener,
public ComboBoxListener
{
@@ -78,7 +77,6 @@ private:
void textEditorReturnKeyPressed (TextEditor &textEditor);
bool m_userParamEntryinProgress;
ScopedPointer<TooltipWindow> m_tooltipWindow;
void timerCallback();
//[/UserVariables]
//==============================================================================