aboutsummaryrefslogtreecommitdiffstats
path: root/gui/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-06-18 20:40:37 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-06-18 20:40:37 -0400
commitda8d7ffe8a12c10f819f103de1194511bdb3776e (patch)
treefd7993f432cacfbb76c55604c20a88337eb87d33 /gui/main.cpp
parent6473b57cefe4c13cb262ed78bf0e49fe18a20267 (diff)
drafted device interface
Diffstat (limited to 'gui/main.cpp')
-rw-r--r--gui/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/gui/main.cpp b/gui/main.cpp
index ae6ecb4..29f74d3 100644
--- a/gui/main.cpp
+++ b/gui/main.cpp
@@ -1,19 +1,6 @@
-#include "stmdsp.hpp"
#include "wxapp.hpp"
-#include <iostream>
#include <wx/app.h>
wxIMPLEMENT_APP(MainApp);
-//int main()
-//{
-// stmdsp::scanner scanner;
-//
-// scanner.scan();
-// for (const auto& device : scanner.devices())
-// std::cout << "Found stmdsp at: " << device.path() << std::endl;
-//
-// return 0;
-//}
-