From 5a68da81e0ae76633f6fec7c3f8b0e3b458ba198 Mon Sep 17 00:00:00 2001 From: jsiegle <jsiegle@mit.edu> Date: Tue, 18 Jun 2013 21:27:06 -0400 Subject: [PATCH] Remove Custom FPGA from ProcessorList --- Source/UI/ProcessorList.cpp | 2 +- Source/UI/UIComponent.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UI/ProcessorList.cpp b/Source/UI/ProcessorList.cpp index 4cf9a433c..2c6d6ad15 100755 --- a/Source/UI/ProcessorList.cpp +++ b/Source/UI/ProcessorList.cpp @@ -67,7 +67,7 @@ ProcessorList::ProcessorList() ProcessorListItem* sources = new ProcessorListItem("Sources"); sources->addSubItem(new ProcessorListItem("RHA2000-EVAL")); //sources->addSubItem(new ProcessorListItem("Signal Generator")); - sources->addSubItem(new ProcessorListItem("Custom FPGA")); + //sources->addSubItem(new ProcessorListItem("Custom FPGA")); sources->addSubItem(new ProcessorListItem("Rhythm FPGA")); sources->addSubItem(new ProcessorListItem("File Reader")); //sources->addSubItem(new ProcessorListItem("Event Generator")); diff --git a/Source/UI/UIComponent.cpp b/Source/UI/UIComponent.cpp index f9de7eb39..9bdb45682 100755 --- a/Source/UI/UIComponent.cpp +++ b/Source/UI/UIComponent.cpp @@ -92,7 +92,7 @@ UIComponent::UIComponent(MainWindow* mainWindow_, ProcessorGraph* pgraph, AudioC mainWindow->setMenuBar(this); #endif - //getEditorViewport()->loadState(File("/home/jsiegle/Programming/GUI/Builds/Linux/build/spike_display_2.xml")); + //getEditorViewport()->loadState(File("/home/jsiegle/Programming/GUI/Builds/Linux/build/test.xml")); } -- GitLab