aboutsummaryrefslogtreecommitdiffstats
path: root/gui/main.cpp
diff options
context:
space:
mode:
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;
-//}
-