From da8d7ffe8a12c10f819f103de1194511bdb3776e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 18 Jun 2020 20:40:37 -0400 Subject: drafted device interface --- gui/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gui/main.cpp') 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 #include 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; -//} - -- cgit v1.2.3