diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-06-18 20:40:37 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-06-18 20:40:37 -0400 |
commit | da8d7ffe8a12c10f819f103de1194511bdb3776e (patch) | |
tree | fd7993f432cacfbb76c55604c20a88337eb87d33 /gui/main.cpp | |
parent | 6473b57cefe4c13cb262ed78bf0e49fe18a20267 (diff) |
drafted device interface
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 13 |
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; -//} - |